shacl_validation 0.2.12

RDF data shapes implementation in Rust
Documentation
1
2
3
4
5
6
pub mod engine;
pub mod native;
#[cfg(feature = "sparql")]
pub mod sparql;

pub use engine::*;