Expand description

Protocol of modularity unifying interface of a module.

Module :: mod_interface

experimental rust-status docs.rs discord

Protocol of modularity unifying interface of a module.

Sample

use mod_interface::*;

To add to your project

cargo add mod_interface

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/mod_interface_trivial
cargo run

Re-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.