aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-09 23:22:12 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-09 23:22:12 +0100
commit63ae64d8bf7fa06eecfc2c50e3999800720c9173 (patch)
tree386fa41b00ecec4cc060827d42bba83dfcaa039f /README.md
Genesis commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e4a9c88
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# DA — Simple & Stupid Dynamic Array
+
+DA is a simple and easy-to-use single-header library for a dynamic array.
+It’s not meant to be the worlds most efficent or optimal implementation;
+it’s just stupid and simple. This means that it is perfect for 99% of
+your dynamic array needs.
+
+The library is documented in full in `da.h`, and you can easily grab it
+and include it in your project with the following command:
+
+```sh
+wget 'https://git.sr.ht/~mango/da/blob/master/da.h'
+```