diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-12-17 14:16:17 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-12-17 14:16:17 +0100 |
commit | 2543e1e9838e03adb7f4a811815d34ccf65a3026 (patch) | |
tree | 92fd5e78541bb9c244741de5940e8332e5e983dc /README.rst | |
parent | 6eddfddeb9da77b6523d8e1ebc2e75c8b5dc5ac9 (diff) | |
parent | 08dcb1504d4900cb6230c99fbbf535c63eb3b332 (diff) |
Merge branch 'release/debian/4.17-1'
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/README.rst b/README.rst deleted file mode 100644 index 3ac5e61..0000000 --- a/README.rst +++ /dev/null @@ -1,8 +0,0 @@ -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>`_. |