Crate rust_book_publish

Source
Expand description

§Rust Book Publish

rust_book_publish is a test crate for the Publishing a Crate to Crates section of The Rust Book.

See also: https://github.com/lorancou/rust-book-practice

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.