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

no-std rdf-model

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

6 releases

new 0.2.1 Apr 18, 2025
0.2.0 Jan 18, 2025
0.1.1 Dec 29, 2024
0.0.1 Sep 8, 2024
0.0.0 Aug 27, 2024

#380 in Data structures

Download history 127/week @ 2024-12-26 21/week @ 2025-01-02 12/week @ 2025-01-09 147/week @ 2025-01-16 12/week @ 2025-01-23 5/week @ 2025-01-30 14/week @ 2025-02-06 2/week @ 2025-02-13 7/week @ 2025-02-20 23/week @ 2025-02-27 4/week @ 2025-03-06 11/week @ 2025-03-13 3/week @ 2025-03-20 55/week @ 2025-03-27 42/week @ 2025-04-03 38/week @ 2025-04-10

138 downloads per month
Used in 10 crates (9 directly)

Unlicense

23KB
524 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–2MB
~42K SLoC