RDF.rs is a Rust framework for working with RDF knowledge graphs.
π§ This is presently under heavy construction.
- 100% pure and safe Rust with minimal dependencies and no bloat.
- Supports
no_stdenvironments from the get-go. - Supports opting out of any feature using comprehensive feature flags.
- Adheres to the Rust API Guidelines in its naming conventions.
- 100% free and unencumbered public domain software.
- Rust 1.81+
cargo add rdf_rs --rename rdf[dependencies]
rdf = { package = "rdf_rs", version = "0.2" }[dependencies]
rdf = { package = "rdf_rs", version = "0.2", default-features = false, features = ["serde"] }use rdf::*;git clone https://github.com/rust-rdf/rdf.rs.git