Documentation
# RDF.rs: RDF for Rust

[![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
[![Compatibility](https://img.shields.io/badge/rust-1.70%2B-blue)](https://rust-lang.org)
[![Package](https://img.shields.io/crates/v/rdf-model)](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
```

- - -

[![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://github.com/rust-rdf/rdf.rs&text=RDF.rs)
[![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/rust-rdf/rdf.rs&title=RDF.rs)
[![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/rust-rdf/rdf.rs&t=RDF.rs)
[![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](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