# Module :: mod_interface
[](https://github.com/emersion/stability-badges#experimental) [](https://github.com/Wandalen/wTools/actions/workflows/ModuleFormerPush.yml) [](https://docs.rs/mod_interface) [](https://discord.gg/JwTG6d2b)
Protocol of modularity unifying interface of a module.
### Sample
```rust
use mod_interface::*;
```
### To add to your project
```sh
cargo add mod_interface
```
### Try out from the repository
```sh
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/mod_interface_trivial
cargo run
```