1 2 3 4 5 6 7 8
pub mod catalog; pub mod error; pub mod manager; pub mod objects; pub use catalog::Catalog; pub use error::CatalogError; pub use manager::CatalogManager;