//!
//! Protocol of modularity unifying interface of a module.
//!
/// Namespace with dependencies.
/// Protected namespace of the module.
pub use *;
/// Exposed namespace of the module.
/// Prelude to use essentials: `use my_module::prelude::*`.