agb_hashmap 0.22.6

A simple no_std hashmap implementation intended for use in the `agb` library
Documentation

A hash map implementation optimised for the Game Boy Advance.

The main structs are [HashMap] and [HashSet].

A lot of the documentation for this module was copied straight out of the rust standard library. The implementation however is not.