aboutsummaryrefslogtreecommitdiff
path: root/hmap/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'hmap/README.md')
-rw-r--r--hmap/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/hmap/README.md b/hmap/README.md
new file mode 100644
index 0000000..a39d14a
--- /dev/null
+++ b/hmap/README.md
@@ -0,0 +1,8 @@
+# Hmap
+
+Simple generic hash map with no macro vodoo magic. Inspired by other data
+structures in the Linux Kernel.
+
+## Example usage
+
+If you want to see an example on how to use hmap, take a look at `hmap-test.c`.