19 releases (11 breaking)

0.12.0 Feb 28, 2023
0.10.0 Dec 13, 2022
0.9.0 Oct 20, 2022
0.5.0 Jul 13, 2022
0.1.7 Mar 10, 2022

#733 in Parser implementations

Download history 26/week @ 2022-11-27 12/week @ 2022-12-04 51/week @ 2022-12-11 34/week @ 2022-12-18 17/week @ 2022-12-25 12/week @ 2023-01-01 49/week @ 2023-01-08 17/week @ 2023-01-15 31/week @ 2023-01-22 17/week @ 2023-01-29 29/week @ 2023-02-05 43/week @ 2023-02-12 51/week @ 2023-02-19 76/week @ 2023-02-26 51/week @ 2023-03-05 12/week @ 2023-03-12

190 downloads per month
Used in 2 crates

MIT/Apache

29KB
936 lines

N-Quads parser for Rust

N-Quads is a line-based, plain text format for encoding an RDF dataset. This library provides a W3C Recommendation compliant parser that keeps track of the position of each syntax node in the source file using the locspan library.

Dependencies

~1.2–1.6MB
~40K SLoC