Skip to content

rust-rdf/rdf.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

55 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •