1 unstable release

Uses old Rust 2015

0.12.0 Mar 5, 2017

#111 in #syn

Download history 88/week @ 2024-02-07 138/week @ 2024-02-14 173/week @ 2024-02-21 118/week @ 2024-02-28 133/week @ 2024-03-06 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 157/week @ 2024-05-22

561 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