libutils -- a general utility library
This library is a re-export of all libutils-* crates together
Crate list
libutils-{} |
Description |
|---|---|
array |
A maximum-sized array stored on the stack |
cage |
A thread-safe static mutable wrapper |
console |
A simple generalized I/O interface |
constrangeiter |
Constant iterators for ranges |
diff |
A bytearray diff |
issue |
A easy-to-use customizable error type |
report |
A custom error wrapper for detailed logs |
terminal |
A custom embedded terminal handler |
Features
Each crate has one feature which can be enabled or disabled to include or exclude that particular crate. All features are enabled by default.
Due to this crate making use of many nightly features, the minimum supported version for Rust is 1.98 on edition 2024.