rust-peg v0.5.7 Release Notes

Release Date: 2018-10-06 // over 5 years ago
    • ๐Ÿ‘‰ Use ? instead of try!() for compatibility with Rust 2018.
    • โž• Add support for dyn and impl in rule return types
    • ๐Ÿ›  Fix peg-syntax-ext for changes in Rust nightly (0.6 will replace peg-syntax-ext with a proc-macro for stable Rust)