summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-02-10 15:27:06 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-02-10 15:27:06 +0100
commit7501bff8432444b7ae8e7f3d9289c0d61f3f0b64 (patch)
treebd53603f464c3747e897a8996158a0fef7b41bc3 /README.rst
parent0f124df68d87c9073f76efeff1a901a69b1f3e13 (diff)
parent9e9336185f86bd97ff22f54e4d561c2cccccecf5 (diff)
Merge branch 'release/debian/4.10-1'debian/4.10-1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
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>`_.