pchampin / sophia_rs

Sophia: a Rust toolkit for RDF and Linked Data
Other
210 stars 23 forks source link

Async parsers and serializers #162

Open damooo opened 4 months ago

damooo commented 4 months ago

@Tpt has released new crates oxttl, oxxml for parsers and serializers.

They are async friendly. It would be great to have sophia support async parsers and serializers too. Enables proper structural concurrency in applications, integrates well with wasm+js.

Also, oxttl supports N3 too. So the migration will be much beneficial.

pchampin commented 4 months ago

yes, I plan to do the move towards oxttl and oxxml eventually. Setting this to N+2 (0.10) milestone for now, until I assess how much of a refactoring is required. It may be earlier it it proves not too hard.