wok-current view libhx/description.txt @ rev 24882
updated mc (4.8.24 -> 4.8.28)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 31 17:36:19 2022 +0100 (2022-03-31) |
parents | |
children |
line source
1 LibHX is a C library (with some C++ bindings available) that provides
2 data structures and functions commonly needed, such as maps, deques,
3 linked lists, string formatting and autoresizing, option and config
4 file parsing, type checking casts and more.
6 LibHX aids in quickly writing up C and C++ data processing programs,
7 by consolidating tasks that often happen to be open-coded, such as
8 (simple) config file reading, option parsing, directory traversal,
9 and others, into a library.
10 The focus is on reducing the amount of time (and secondarily, the
11 amount of code) a developer has to spend for otherwise implementing
12 such.