logo
Expand description

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

Module :: mod_interface

experimental rust-status docs.rs Open in Gitpod discord

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

Sample

Full sample see at sample directory.

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::*.

Protected namespace of the module.