Crate mod_interface
source · [−]Expand description
Protocol of modularity unifying interface of a module.
Module :: mod_interface
Protocol of modularity unifying interface of a module.
Sample
use mod_interface::*;
To add to your project
cargo add mod_interfaceTry out from the repository
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/mod_interface_trivial
cargo runRe-exports
pub use protected::*;Modules
Namespace with dependencies.
Exposed namespace of the module.
Orphan namespace of the module.
Prelude to use essentials: use my_module::prelude::*.
Own namespace of the module.