Crate mod_interface_runtime

Source
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§

dependency
Namespace with dependencies.
exposed
Exposed namespace of the module.
prelude
Prelude to use essentials: use my_module::prelude::*.
protected
Protected namespace of the module.