[][src]Crate sb_rust_library

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.

Modules

bar

Wrapper around indicatif's ProgressBar with my preferred style.

plotter

Tiny library used to plot data through graphical primitives.