//! Basic library providing common functionality I reuse in many of my projects.
//!
//! I plan on adding a lot more things as I go, but for now, the only thing
//! really worth mentioning is the mini plotting library `plotter` which can be
//! used to quickly plot primitives (lines and circles) on a canvas.
/// Wrapper around [indicatif](https://github.com/mitsuhiko/indicatif)'s `ProgressBar` with my preferred style.
/// Library that performs very common linear algebra calculations.
/// Update buffer struct that allows you to update data while preserving old values.