1 unstable release

Uses old Rust 2015

0.12.0 Mar 5, 2017

#125 in #syn

Download history 13/week @ 2024-11-13 33/week @ 2024-11-20 37/week @ 2024-11-27 46/week @ 2024-12-04 62/week @ 2024-12-11 31/week @ 2024-12-18 8/week @ 2024-12-25 22/week @ 2025-01-01 40/week @ 2025-01-08 47/week @ 2025-01-15 12/week @ 2025-01-22 584/week @ 2025-01-29 57/week @ 2025-02-05 45/week @ 2025-02-12 36/week @ 2025-02-19 45/week @ 2025-02-26

657 downloads per month
Used in 10 crates (4 directly)

MIT/Apache

340KB
9K SLoC

This module contains a set of exported nom parsers which can be used to parse custom grammars when used alongside the synom crate.

Internally, syn uses a fork of nom called synom which resolves a persistent pitfall of using nom to parse Rust by eliminating the IResult::Incomplete variant. The synom crate should be used instead of nom when working with the parsers in this module.

Dependencies