shapes_converter 0.2.2

RDF data shapes implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
//! ShEx to SPARQL
//!
//!
pub mod shex2rdfconfig;
pub mod shex2rdfconfig_config;
pub mod shex2rdfconfig_error;

pub use shex2rdfconfig::*;
pub use shex2rdfconfig_config::*;
pub use shex2rdfconfig_error::*;