wok view libhx/description.txt @ rev 24815

updated libnids (1.24 -> 1.26)
author Hans-G?nter Theisgen
date Wed Mar 23 06:19:41 2022 +0100 (2022-03-23)
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.