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 #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