/// The current version of the chapaty crate
pub const VERSION: &str = env!;
// === Public Modules (The Canonical Paths) ===
// === Private Implementation Details ===
// === Facades (Re-exporting internals) ===
// Expose specific IO items without making the whole module public
pub use crate;
// Expose specific Transport items
pub use crate;
// === Convenience ===
pub use crate;