25 releases (breaking)

0.19.0 Mar 22, 2024
0.17.0 Oct 20, 2023
0.13.0 Jun 6, 2023
0.12.0 Feb 28, 2023
0.1.7 Mar 10, 2022

#570 in Parser implementations

Download history 101/week @ 2024-01-22 456/week @ 2024-01-29 184/week @ 2024-02-05 358/week @ 2024-02-12 291/week @ 2024-02-19 471/week @ 2024-02-26 251/week @ 2024-03-04 411/week @ 2024-03-11 220/week @ 2024-03-18 146/week @ 2024-03-25 725/week @ 2024-04-01

1,516 downloads per month
Used in 2 crates

MIT/Apache

28KB
828 lines

N-Quads parser for Rust

Crate informations License Documentation

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.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~5.5MB
~116K SLoC