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 |
#726 in Parser implementations
676 downloads per month
Used in 5 crates
28KB
828 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.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~115K SLoC