1 unstable release

Uses old Rust 2015

0.12.0 Mar 5, 2017

#112 in #syn

Download history 149/week @ 2024-03-13 121/week @ 2024-03-20 134/week @ 2024-03-27 183/week @ 2024-04-03 128/week @ 2024-04-10 143/week @ 2024-04-17 137/week @ 2024-04-24 131/week @ 2024-05-01 124/week @ 2024-05-08 137/week @ 2024-05-15 170/week @ 2024-05-22 126/week @ 2024-05-29 154/week @ 2024-06-05 223/week @ 2024-06-12 426/week @ 2024-06-19 404/week @ 2024-06-26

1,228 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