Crate learning_the_book

Crate learning_the_book 

Source
Expand description

§My Crate

my_crate is a collection of utitlities to make performing certain calculation more convenient

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 number given.