logo
Expand description

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

Module :: multilayer

experimental rust-status docs.rs Open in Gitpod discord

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

Sample

To add to your project

cargo add multilayer

Try out from the repository

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

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.

Macros

Protocol of modularity unifying interface of a module.