shacl_ir 0.1.147

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