Expand description

Ilyvion’s hodgepodge collection of useful utility types and functions.

Modules

Cache implementations based on the Rust book exercises.

Deals with conversions between color spaces

Useful file utilities

Various f64 and f32 extensions

Various Iterator extensions

Adds a map() method to any type, allowing for inline conversion from one type to another.

Provides functionality for treating a one-dimensional Vec/slice as if it were two-dimensional.

A trait and a type useful for dealing with types with a NaN value. This is f32 and f64.

Various String and str extensions