Crate rust_lab_1

Source
Expand description

§Rust-Lab

my_crate is a collection of utilities to make performing certain calculations 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.
add_two
Adds one to the number given.
internal_adder
Adds one to the number given.