Crate willbe2

Source
Expand description

___.

§Module :: willbe2

experimental rust-status docs.rs discord


§Sample :: trivial

use willbe2::*;

fn main()
{
}

§To add to your project

cargo add willbe2

§Try out from the repository

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

Re-exports§

pub use protected::*;
pub use exposed::*;

Modules§

dependency
Namespace with dependencies.
exposed
Exposed namespace of the module.
orphan
Parented namespace of the module.
prelude
Prelude to use essentials: use my_module::prelude::*.
protected
Protected namespace of the module.