Documentation
  • Coverage
  • 100%
    6 out of 6 items documented1 out of 1 items with examples
  • Size
  • Source code size: 815.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.1 MB 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 :: 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