timothee-haudebourg / grdf

Generalized RDF for Rust.
Apache License 2.0
12 stars 2 forks source link

how would one go about parsing and formatting #1

Open hoijui opened 3 years ago

hoijui commented 3 years ago

... or was this only a personal short-term project?

timothee-haudebourg commented 3 years ago

Hi,

This is not a short-term project, however there is no single way to serialize/store or parse/deserialize grdf graphs, so this crate probably won't provide any function for that (beyond a fmt::Debug implementation). That being said, I should add some more trait implementations such as FromIterator for datasets.

I've also written the turtle-syntax crate that I personally use to parse Turtle files.

hoijui commented 3 years ago

ahh cool, thanks! :-) could you maybe add that last sentence to the README?