4 releases

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

#2354 in Data structures

Download history 23/week @ 2024-09-18 14/week @ 2024-09-25 7/week @ 2024-10-02 134/week @ 2024-12-04 22/week @ 2024-12-11 109/week @ 2024-12-25 15/week @ 2025-01-01

153 downloads per month
Used in 2 crates

Unlicense

21KB
358 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

~245–700KB
~17K SLoC