Skip to main content

sparrowdb_catalog/
lib.rs

1pub mod catalog;
2pub mod tlv;
3pub mod types;
4
5pub use catalog::{Catalog, LabelId, RelTableId};
6pub use types::TypeTag;