Crate bchx_cargo_extras

Source
Expand description

§Cargo Extras

I wrote this example while following along with the rust book from this chapter - [https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html#commenting-contained-items](Comenting Contained Items)

cargo_extras is a collection of utilities to make calculations more convenient.

There is also now an example about art and pub mod

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.