1 unstable release
| 0.0.0 | Aug 27, 2024 |
|---|
#4 in #heavy-construction
64KB
855 lines
RDF.rs: RDF for Rust
🚧 This is presently under heavy construction.
✨ Features
- Supports
no_stdenvironments from the get-go. - 100% pure and safe Rust with minimal dependencies and no bloat.
- 100% free and unencumbered public domain software.
🛠️ Prerequisites
- Rust 1.70+
⬇️ Installation
Installation via Cargo
cargo add rdf-model
👉 Examples
Importing the library
use rdf_model::*;
📚 Reference
👨💻 Development
git clone https://github.com/rust-rdf/rdf.rs.git