Module :: mod_interface experimental rust-status docs.rs discord

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