#rdf #knowledge-graph #linked-data #semantic-web

no-std rdf-model

RDF.rs is a Rust framework for working with RDF knowledge graphs

5 unstable releases

0.2.0 Jan 18, 2025
0.1.1 Dec 29, 2024
0.1.0 Dec 4, 2024
0.0.1 Sep 8, 2024
0.0.0 Aug 27, 2024

#783 in Data structures

Download history 3/week @ 2024-10-08 4/week @ 2024-10-15 6/week @ 2024-10-22 1/week @ 2024-10-29 3/week @ 2024-11-05 1/week @ 2024-11-12 12/week @ 2024-11-19 9/week @ 2024-11-26 153/week @ 2024-12-03 56/week @ 2024-12-10 6/week @ 2024-12-17 118/week @ 2024-12-24 25/week @ 2024-12-31 17/week @ 2025-01-07 131/week @ 2025-01-14 28/week @ 2025-01-21

279 downloads per month
Used in 9 crates

Unlicense

23KB
519 lines

RDF.rs: RDF for Rust

License Compatibility Package Documentation

RDF.rs is a Rust framework for working with RDF knowledge graphs.

🚧 This is presently under heavy construction.

✨ Features

  • 100% pure and safe Rust with minimal dependencies and no bloat.
  • Supports no_std environments from the get-go.
  • Supports opting out of any feature using comprehensive feature flags.
  • Adheres to the Rust API Guidelines in its naming conventions.
  • 100% free and unencumbered public domain software.

🛠️ Prerequisites

⬇️ Installation

Installation via Cargo

cargo add rdf_rs

👉 Examples

Importing the library

use rdf_rs::*;

📚 Reference

https://docs.rs/rdf_rs/

👨‍💻 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–1.8MB
~38K SLoC