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

no-std rdf-borsh

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

3 unstable releases

new 0.2.1 Apr 18, 2025
0.2.0 Jan 18, 2025
0.1.1 Dec 29, 2024

#2464 in Data structures

Download history 101/week @ 2024-12-25 15/week @ 2025-01-01 2/week @ 2025-01-08 113/week @ 2025-01-15 11/week @ 2025-02-05 1/week @ 2025-02-19 16/week @ 2025-02-26 22/week @ 2025-03-26 37/week @ 2025-04-02 27/week @ 2025-04-09

86 downloads per month
Used in asimov-dataset-cli

Unlicense

70KB
1.5K SLoC

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

~2.7–3.5MB
~78K SLoC