Crate rusty_helloworld

Source
Expand description

§Rusty Helloworld

rusty_helloworld is a collection of code that I have written over my journey of learning Rust.

Re-exports§

pub use self::kinds::PrimaryColor;
pub use self::kinds::SecondaryColor;
pub use self::utils::mix;

Modules§

kinds
utils

Functions§

add_one
Adds one to the given number
adds_two