# RDF.rs: RDF for Rust
[](https://unlicense.org)
[](https://rust-lang.org)
[](https://crates.io/crates/rdf-model)
🚧 _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](https://rust-lang.org) 1.70+
## ⬇️ Installation
### Installation via Cargo
```bash
cargo add rdf-model
```
## 👉 Examples
### Importing the library
```rust
use rdf_model::*;
```
## 📚 Reference
## 👨💻 Development
```bash
git clone https://github.com/rust-rdf/rdf.rs.git
```
- - -
[](https://twitter.com/share?url=https://github.com/rust-rdf/rdf.rs&text=RDF.rs)
[](https://reddit.com/submit?url=https://github.com/rust-rdf/rdf.rs&title=RDF.rs)
[](https://news.ycombinator.com/submitlink?u=https://github.com/rust-rdf/rdf.rs&t=RDF.rs)
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/rust-rdf/rdf.rs)
[naming conventions]: https://rust-lang.github.io/api-guidelines/naming.html