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§
Functions§
- add_one
- Adds one to the number given.