Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This approach works for simple cases but becomes extremely complex or impossible
### Lower-Level Crates: `stacker` and `recursive`

- [stacker](https://crates.io/crates/stacker): Provides low-level stack growth mechanisms
- [recursive](https://crates.io/crates/recursive): Provides a `#[recursive]` to ease the application of `stacker`
- [recursive](https://crates.io/crates/recursive): Provides macro `#[recursive]` to ease the application of `stacker`

**Limitations**:

Expand Down