7 releases

0.3.0 Oct 7, 2022
0.2.3 Sep 19, 2022
0.2.0 Jul 25, 2022
0.1.1 Jun 22, 2022
0.1.0 Oct 29, 2021

#441 in Parser implementations

Download history 21/week @ 2022-11-27 49/week @ 2022-12-04 84/week @ 2022-12-11 78/week @ 2022-12-18 37/week @ 2022-12-25 32/week @ 2023-01-01 72/week @ 2023-01-08 19/week @ 2023-01-15 96/week @ 2023-01-22 56/week @ 2023-01-29 59/week @ 2023-02-05 35/week @ 2023-02-12 67/week @ 2023-02-19 118/week @ 2023-02-26 41/week @ 2023-03-05 51/week @ 2023-03-12

286 downloads per month
Used in 7 crates (6 directly)

MIT/Apache

115KB
3K SLoC

Harriet

github crates.io docs.rs

Harriet is a parser for the Turtle document format, which is a format "that allows an RDF graph to be completely written in a compact and natural text form".

Installation

Add harriet to your project (assuming cargo-edit is installed) via:

cargo add harriet

Goals

  • Provide a direct 1:1 AST mapping of a Turtle document
  • Provide abilities to easily navigate and edit the AST
  • Preserve the format: Parsing a document and then writing it, should yield the input document, including all whitespace and comments

Non-Goals

  • The main harriet crate doesn't aim to produce a RDF graph via interpreting the contents of a document. This is left to optional crates, that convert the AST into a specific RDF representation (e.g. rdftk)

Contributing

We are happy about any contributions!

To get started you can take a look at our Github issues.

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 below, without any additional terms or conditions.

License

Licensed under either of

at your option.

Dependencies

~1MB
~22K SLoC