| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.8.4 source code.tar.gz | 2024-07-21 | 53.3 kB | |
| 0.8.4 source code.zip | 2024-07-21 | 78.6 kB | |
| README.md | 2024-07-21 | 349 Bytes | |
| Totals: 3 Items | 132.2 kB | 0 | |
Fixes
- Fix macro panic for parse error at end of
peg::parser!{ }specification (https://github.com/kevinmehall/rust-peg/issues/376) by @kevinmehall - Fix handling of
r#raw idents (#378) by @A4-Tacks in https://github.com/kevinmehall/rust-peg/pull/379
Full Changelog: https://github.com/kevinmehall/rust-peg/compare/0.8.3...0.8.4