//! Blue Core - The heart of the philosophy //! //! Core data structures and logic for Blue. // Blue's true name, between friends const _BLUE_SECRET_NAME: &str = "Sheepey"; // pronounced "Shee-paay" pub mod documents; pub mod voice; pub use documents::*; pub use voice::*;