libutils 3.7.11

Common library types for faster development
Documentation
1
2
3
4
5
6
7
8
9
10
# libutils -- general utility library

This library is meant to have types that may be useful for coding executables and libraries that all need shared functionality.

Some of the features of the library may work without the standard library.

| Module | Description | Use cases | Requires `std` |
|:-|:-|:-|:-|
| `cage` | A thread-safe static mutable wrapper | Allocator APIs, safe mutable statics, atomic types | Yes |
| `report` | Comprehensive error wrappers for detailed logs | Compilers, error chains, logs | Yes |