shacl_ir 0.2.9

RDF data shapes implementation in Rust
Documentation
1
2
3
4
5
6
//! SHACL Internal Representation
//!
#![deny(rust_2018_idioms)]
pub mod compiled;
pub use compiled::*;
pub mod components;