# libutils -- a general utility library
This library is meant to be a general utility library with useful types and implementations.
It's goal is to make development faster and straightforward.
This crate re-exports the `libutils-*` crates. Each individual crate is activated via features. By default, all crates are enabled.
Visit [the documentation](https://docs.rs/libutils) to get to know how to use each crate.
> Due to this crate making use of many nightly features, the minimum supported version for Rust is 1.98 on edition 2024.