Crate template_blank

Source
Expand description

___.

§Module :: math_tools

experimental rust-status docs.rs discord

Math tools.

§Sample :: trivial

use template_blank::*;

fn main()
{
}

§To add to your project

cargo add template_blank

§Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/template_blank_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: use wtools::prelude::*.
protected
Own namespace of the module.