Expand description
___.
Module :: willbe
Sample :: trivial
use willbe::*;
fn main()
{
}
To add to your project
cargo add willbe
Try out from the repository
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/willbe_trivial_sample
cargo run
Re-exports
Modules
Namespace with dependencies.
Exposed namespace of the module.
Parented namespace of the module.
Prelude to use essentials: use my_module::prelude::*
.
Protected namespace of the module.