diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-10-24 21:03:42 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-10-24 21:03:42 +0200 |
commit | 532d4a24e2013262dfa41fd85c06a9715c99abf7 (patch) | |
tree | 3b7f4fac1e983ead408c20a2f330b41aa2399ab1 /README.rst | |
parent | a1bdcfa3ca8af4ddb69ee57d716aa943cf3fe94a (diff) |
New upstream version 4.7upstream/4.7
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..3ac5e61 --- /dev/null +++ b/README.rst @@ -0,0 +1,8 @@ +libHX collects many useful day-to-day functions, intended to reduce the amount +of otherwise repeatedly open-coded instructions. + +It has maps, deques, linked lists, string formatting and autoresizing, option +and config file parsing, type checking casts (for C), directory traversal, etc. + +There is more documentation in the aptly-named directory ``doc``. +The entrypoint is `doc/libHX_Documentation.rst <doc/libHX_Documentation.rst>`_. |