| Crates.io | rdf-vocab |
| lib.rs | rdf-vocab |
| version | 0.2.2 |
| created_at | 2024-08-27 10:11:13.250744+00 |
| updated_at | 2025-05-06 19:53:01.445875+00 |
| description | RDF.rs is a Rust framework for working with RDF knowledge graphs. |
| homepage | https://github.com/rust-rdf |
| repository | https://github.com/rust-rdf/rdf.rs |
| max_upload_size | |
| id | 1353121 |
| size | 10,802 |
RDF.rs is a Rust framework for working with RDF knowledge graphs.
🚧 This is presently under heavy construction.
no_std environments from the get-go.cargo add rdf_rs --rename rdf
Cargo.toml (with all features enabled)[dependencies]
rdf = { package = "rdf_rs", version = "0.2" }
Cargo.toml (with only specific features enabled)[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