Documentation
  • Coverage
  • 100%
    6 out of 6 items documented1 out of 1 items with examples
  • Size
  • Source code size: 27.17 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 183.16 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Wandalen

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