#rdf #macro-derive #rdf-derive

macro no-std rdf-derive

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

7 releases

new 0.2.2 May 6, 2025
0.2.1 Apr 18, 2025
0.2.0 Jan 18, 2025
0.1.1 Dec 29, 2024
0.0.0 Aug 27, 2024

#2811 in Procedural macros

Download history 120/week @ 2025-01-18 6/week @ 2025-02-01 3/week @ 2025-02-08 4/week @ 2025-02-22 17/week @ 2025-03-01 4/week @ 2025-03-15 3/week @ 2025-03-22 47/week @ 2025-03-29 35/week @ 2025-04-05 99/week @ 2025-04-12 82/week @ 2025-04-19 15/week @ 2025-04-26 103/week @ 2025-05-03

305 downloads per month
Used in 2 crates (via rdf_rs)

Unlicense

6KB

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 --rename rdf

Installation in Cargo.toml (with all features enabled)

[dependencies]
rdf = { package = "rdf_rs", version = "0.2" }

Installation in Cargo.toml (with only specific features enabled)

[dependencies]
rdf = { package = "rdf_rs", version = "0.2", default-features = false, features = ["serde"] }

👉 Examples

Importing the library

use rdf::*;

📚 Reference

https://docs.rs/rdf_rs/

👨‍💻 Development

git clone https://github.com/rust-rdf/rdf.rs.git

Share on X Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn

Dependencies

~3MB
~63K SLoC