wok view libhx/description.txt @ rev 24984

Up ufr2 (2.40-2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:30 2022 +0000 (2022-05-10)
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.