Module utils

Source
Expand description

Utility functions.

Modules§

compact_float
rounds a float to 3 decimal places, when serialized into a str, such as for JSON offers space savings when such such precision is not needed.

Functions§

format_si
Examples
indexed_sort
linear_scale
Scale a usize value from input domain to output range as f64.
linear_scale_float
Scale a f64 value from input domain to output range as f64.
log_scale
log_scale_float
max_float
min_float
scale_float
scale_floats
sqrt_scale
Examples
sqrt_scale_float
Examples
styled_progress_bar