diff --git a/README.md b/README.md index 33634699..2d9c9410 100644 --- a/README.md +++ b/README.md @@ -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.