rdf-reader

Crates.iordf-reader
lib.rsrdf-reader
version0.0.1
sourcesrc
created_at2024-08-27 10:11:29.789877
updated_at2024-09-08 09:01:59.86629
descriptionRDF.rs
homepagehttps://github.com/rust-rdf
repositoryhttps://github.com/rust-rdf/rdf.rs
max_upload_size
id1353124
size3,841
Arto Bendiken (artob)

documentation

README

RDF.rs: RDF for Rust

License Compatibility Package

🚧 This is presently under heavy construction.

✨ Features

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

🛠️ Prerequisites

⬇️ Installation

Installation via Cargo

cargo add rdf-model

👉 Examples

Importing the library

use rdf_model::*;

📚 Reference

👨‍💻 Development

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

Share on Twitter Share on Reddit Share on Hacker News Share on Facebook

Commit count: 0

cargo fmt