1 2 3 4 5 6 7 8 9 10
//! SHACL to ShEx converter //! //! pub mod shacl2shex; pub mod shacl2shex_config; pub mod shacl2shex_error; pub use shacl2shex::*; pub use shacl2shex_config::*; pub use shacl2shex_error::*;