2 releases

0.1.1 Dec 29, 2024
0.1.0 Dec 4, 2024

#2462 in Data structures

Download history 129/week @ 2024-12-04 12/week @ 2024-12-11 108/week @ 2024-12-25 15/week @ 2025-01-01

139 downloads per month

Unlicense

54KB
685 lines

RDF.rs: RDF for Rust

License Compatibility Package

🚧 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

⬇️ 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

Share on Twitter Share on Reddit Share on Hacker News Share on Facebook

Dependencies

~1.3–3MB
~60K SLoC