1 2 3 4 5 6 7 8
mod ontology; pub use ontology::*; pub use crate::owl::IRI; pub use crate::owl::Axiom; #[cfg(feature = "wasm")] // TODO pub mod wasm;