logo
Expand description

Protocol of modularity unifying interface of a module and introducing layers.

Module :: mod_interface_runtime

experimental rust-status docs.rs discord

Protocol of modularity unifying interface of a module and introducing layers.

Not intended to be used without derive. This module and derive is aggregate in module::mod_interface is here.

Re-exports

pub use protected::*;

Modules

Namespace with dependencies.

Exposed namespace of the module.

Prelude to use essentials: use my_module::prelude::*.

Protected namespace of the module.