# 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`.