Here is a list of all modules:
[detail level 12]
Alignment | Types and functions for geometric alignments - relative positionings on a line |
Assuming | An in-my-humble-opinion better version of the assert concept |
Buffers | Buffers and stuff |
Colors | Colors and things |
Configs | A todo-namespace for cvars |
Containers | Functions that operate on containers like maps and vectors |
Dependency Injection | Basic dependency injection framework |
Hashes | Hashing functions |
mmap | |
Ranges | Ranges and such |
▼String Operations | Adds a few utility functions that deal with strings and string_views |
ASCII | Functions that operate on codepoints and strings encoded as ASCII |
Unicode | Functions and types that operate on Unicode codepoints and strings |
URI | Basic functionality for URI encoding and decoding |
with_sl | A set of usesful types (with_sl and with_slh ) that allow for variadic functions taking a std::source_location |
Bits | Types and functions for retrieving and manipulating bits in integral values |
▼Flags | Functions and types for manipulations of enum values (not representing actual bit values, just bit numbers) as bit numbers in other integers |
Flag Bits | |
▼Formats | Functions and types to parse, output and manipulate different types of (usually text) data formats |
Text | |
Text Lines | |
JSON | |
UBJSON | |
CBOR | |
CSV | |
Functional | Additional useful delegates (like std::function<> ) |