//! Portalis Core Library
//!
//! Core abstractions and types for the Portalis Python → Rust → WASM translation platform.
//! Following London School TDD principles with outside-in development.
// TODO: Re-enable when sqlx dependency is added
// pub mod rbac;
// pub mod sso;
// pub mod quota;
pub use ;
pub use ;
pub use ;
pub use ;
pub use PortalisMetrics;
pub use init_telemetry;