rustberg 0.0.3

A production-grade, cross-platform, single-binary Apache Iceberg REST Catalog
Documentation
1
2
3
4
5
6
7
8
mod namespace;
mod routes;
pub mod search;
mod table;
pub mod view;

pub use routes::create_routes;
pub use view::ViewStorage;