7 releases
| 0.2.2 | May 6, 2025 |
|---|---|
| 0.2.1 | Apr 18, 2025 |
| 0.2.0 | Jan 18, 2025 |
| 0.1.1 | Dec 29, 2024 |
| 0.0.0 | Aug 27, 2024 |
#2218 in Data structures
520 downloads per month
Used in 6 crates
(4 directly)
34KB
678 lines
RDF.rs: RDF for Rust
RDF.rs is a Rust framework for working with RDF knowledge graphs.
🚧 This is presently under heavy construction.
✨ Features
- 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.
🛠️ Prerequisites
- Rust 1.81+
⬇️ Installation
Installation via Cargo
cargo add rdf_rs --rename rdf
Installation in Cargo.toml (with all features enabled)
[dependencies]
rdf = { package = "rdf_rs", version = "0.2" }
Installation in Cargo.toml (with only specific features enabled)
[dependencies]
rdf = { package = "rdf_rs", version = "0.2", default-features = false, features = ["serde"] }
👉 Examples
Importing the library
use rdf::*;
📚 Reference
👨💻 Development
git clone https://github.com/rust-rdf/rdf.rs.git
Dependencies
~0.8–2.8MB
~52K SLoC