Open hoijui opened 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.
ahh cool, thanks! :-) could you maybe add that last sentence to the README?
... or was this only a personal short-term project?