shacl 0.3.1

A SHACL validator for RDF data, implemented in Rust.
Documentation
1
2
3
4
5
6
mod error;
mod manifest;
mod test_instance;

pub(crate) use error::TestSuiteError;
pub(crate) use manifest::Manifest;