rust-peg v0.6.1 Release Notes

Release Date: 2020-01-18 // about 4 years ago
    • ๐Ÿ‘‰ Use fully qualified Result path to avoid problems if Result is shadowed (#214)
    • โšก๏ธ Update to 2018 edition for more consistent behavior when the peg name is shadowed
    • ๐Ÿ‘ Allow crate-relative imports in grammars (#213)
    • ๐Ÿ“š Documentation improvements
    • ๐Ÿ›  Fix rule arguments on pub rule
    • Forbid #[cache] on rules with arguments

    Contributors: @dario23 @kevinmehall