| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.8.6 source code.tar.gz | 2026-05-04 | 64.6 kB | |
| 0.8.6 source code.zip | 2026-05-04 | 92.5 kB | |
| README.md | 2026-05-04 | 835 Bytes | |
| Totals: 3 Items | 158.0 kB | 0 | |
New features
- Add grammar-wide injected variables for more easily building syntax trees with spans (#421)
- Support use-tree syntax (https://github.com/kevinmehall/rust-peg/pull/408)
- Support use-bound on return position impl trait (#409)
- Allow rules without
= exprat macro expansion time so that rust-analyzer can suggest a return type. (https://github.com/kevinmehall/rust-peg/pull/410)
Fixes
- Fix for no-std (https://github.com/kevinmehall/rust-peg/pull/406)
- Fix for trace feature with
#[cache](https://github.com/kevinmehall/rust-peg/pull/398) - Fix span on closing brace in meta-grammar (https://github.com/kevinmehall/rust-peg/pull/411)
Minimum Rust version is increased to 1.82. https://github.com/kevinmehall/rust-peg/pull/398
Contributors
@kevinmehall @A4-Tacks @csnover @luohewuyang