Can anyone recommend a small #RDF library for #Rust? I'd like something where at minimum I can de/serialise Turtle (or TriG), and do searches for triples (e.g. "find me all the triples in this graph with predicate P and object O"). Helper functions for turning the latter feature into graph-walking would be a bonus.

(edit: adding #RustLang tag)

@darkling Could you please use the RustLang tag? 🥰
Background: https://fosstodon.org/@mo8it/112056453394255413
Mo :ferris: :tux: (@[email protected])

I am starting a Mastodon campaign :omya_mastodon: Every time I see a post with only the #Rust tag, I will kindly ask the poster to use #RustLang instead 😇 My feed is full with unrelated content about the film, the game and of course photography of rusty metal 🤬 I will also only post using the #RustLang tag starting from now 😤 You can join me! 🤗 The goal is to let the usage of the #Rust tag vanish so people can only follow #RustLang 😃

Fosstodon
@darkling #Oxigraph claims to provide these features. (Disclaimer: I never tried it myself, yet.)
➡️ https://github.com/oxigraph/oxigraph
GitHub - oxigraph/oxigraph: SPARQL graph database

SPARQL graph database. Contribute to oxigraph/oxigraph development by creating an account on GitHub.

GitHub