//! Rustberg - A production-grade, cross-platform, single-binary Apache Iceberg REST Catalog.
//!
//! This crate provides the core functionality for the Rustberg Iceberg catalog service.
// Enforce no unsafe code across the entire crate
pub use *;
pub use start_server;