wok view libhx/description.txt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago) |
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.