| Crates.io | rdf-derive |
| lib.rs | rdf-derive |
| version | 0.2.2 |
| created_at | 2024-08-27 11:20:41.613804+00 |
| updated_at | 2025-05-06 19:49:17.059547+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 | 1353186 |
| size | 12,900 |
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