Hashmap v2.0.2
Minor project updates:
- Fixed a typo in the
hashmap_collisions()
macro. - Moved example into a dedicated directory and added a new CMake option:
HASHMAP_BUILD_EXAMPLES
. - Now including examples in CI build.
- Quoted internal header includes to facilitate embedding the source into another build.
- Updated the readme to include tutorial style examples.