libomni/
lib.rs

1/// LibOmni defines the core types and structures used throughout the OmniCloud platform.
2/// This includes types for database models, API responses, and other shared structures.
3/// These types are used across the platform to ensure consistency and type safety.
4
5pub mod types;
6pub use chrysalis_rs as omni_log;