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_std
environments 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
👉 Examples
Importing the library
use *;
📚 Reference
👨💻 Development