1 unstable release
0.1.0 | Dec 4, 2024 |
---|
#2424 in Data structures
141 downloads per month
49KB
566 lines
RDF.rs: RDF for Rust
🚧 This is presently under heavy construction.
✨ Features
- Supports
no_std
environments from the get-go. - 100% pure and safe Rust with minimal dependencies and no bloat.
- 100% free and unencumbered public domain software.
- Adheres to the Rust API Guidelines in its naming conventions.
🛠️ Prerequisites
- Rust 1.81+
⬇️ 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
Dependencies
~1.3–2.4MB
~47K SLoC