Crate rust_book_code

Source
Expand description

§Rust Book Code

rust_book_code 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

Structs§

AveragedCollection
oop: encapsulation
Button
LimitTracker
NewsArticle
Screen
Tweet

Traits§

Draw
oop: inherit-like
Messenger
Summary

Functions§

add_one
Adds one to the number given.
add_two