|
|
|
@ -2,6 +2,8 @@ |
|
|
|
|
|
|
|
|
|
This library is a work in progress of a [RDF](https://www.w3.org/RDF/) stack implementation in [Rust](https://www.rust-lang.org). |
|
|
|
|
|
|
|
|
|
There is no released version yet but [automated documentation for the master branch is available](https://tpt.github.io/rudf/). |
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|