2 releases

0.0.1 Sep 8, 2024
0.0.0 Aug 27, 2024

#25 in #knowledge-graph

Download history 119/week @ 2024-08-25 5/week @ 2024-09-01 152/week @ 2024-09-08

276 downloads per month
Used in rdf-cli

Unlicense

13KB
103 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–720KB
~17K SLoC