Crate brutils

Source
Expand description

Various utilities for Rust

Modules§

math
Math utilities
random
Random number generation

Structs§

Color
Color structure, values are stored as floats (f32)
ThreadPool
Simple thread pool implementation

Functions§

clamp
Clamps given value between min and max
input
Prints message to console and the retrieves user input as string