Crate lib_utils

Source
Expand description

§Miscellaneous utility functions

I’ve used the functions in the modules of this crate in several different projects, which is why I’ve kept them together in a separate crate. Their greatest weakness is poor error handling, so keep that in mind if you choose to use them. By the way, I need help getting those weaknesses corrected, so if you feel like taking that on, please check out the issues tab in this crate’s repository.

Modules§

input_utilities
Functions that facilitate terminal-based data input.
utilities
Miscellaneous utility functions
vec
Functions that operate on vectors.