RDF library in Rust
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lib
python Avoids global macros importation Dec 7, 2018
server Avoids global macros importation Dec 7, 2018
.gitignore
.travis.yml
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
clippy.toml

README.md

Rudf

This library is a work in progress of a RDF stack implementation in Rust.

There is no released version yet but automated documentation for the master branch is available.

Its goal is to provide a compliant, safe and fast implementation of W3C specifications in Rust.

The lib directory contains the Rust library code and the python directory a beginning of Python bindings.

Build Status dependency status

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Futures by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.