3 unstable releases

0.1.0 Dec 4, 2024
0.0.1 Sep 8, 2024
0.0.0 Aug 27, 2024

#421 in Data structures

Download history 130/week @ 2024-08-26 116/week @ 2024-09-02 66/week @ 2024-09-09 64/week @ 2024-09-16 34/week @ 2024-09-23 31/week @ 2024-09-30 5/week @ 2024-10-14 8/week @ 2024-10-21 4/week @ 2024-11-04 13/week @ 2024-11-18 5/week @ 2024-11-25 155/week @ 2024-12-02 56/week @ 2024-12-09

229 downloads per month
Used in 8 crates

Unlicense

14KB
274 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

~0.2–0.8MB
~19K SLoC