Crate ilyvion_util[][src]

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

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