1 unstable release

Uses old Rust 2015

0.12.0 Mar 5, 2017

#122 in #syn

Download history 50/week @ 2024-07-22 58/week @ 2024-07-29 50/week @ 2024-08-05 51/week @ 2024-08-12 49/week @ 2024-08-19 48/week @ 2024-08-26 37/week @ 2024-09-02 34/week @ 2024-09-09 36/week @ 2024-09-16 50/week @ 2024-09-23 35/week @ 2024-09-30 9/week @ 2024-10-07 49/week @ 2024-10-14 32/week @ 2024-10-21 28/week @ 2024-10-28 41/week @ 2024-11-04

151 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