nquads-syntax

Crates.ionquads-syntax
lib.rsnquads-syntax
version0.19.0
sourcesrc
created_at2022-02-17 14:55:50.071649
updated_at2024-03-22 10:41:17.680817
descriptionRDF 1.1 N-Quads parser with code mapping metadata
homepage
repositoryhttps://github.com/timothee-haudebourg/nquads-syntax
max_upload_size
id534161
size42,398
Timothée Haudebourg (timothee-haudebourg)

documentation

https://docs.rs/nquads-syntax

README

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.

Commit count: 39

cargo fmt