Home

Awesome

motoko-text-map

A Motoko Hashmap that fixes its key type to Text.

People have reported that base's HashMap type is less ergonomic than they'd like because they have to pass both an equality as well as a hash function on construction. So here's a monomorphic version of a HashMap with a few different implementation details.

How to develop

How to publish

API Documentation

API documentation for this library can be found at https://kritzcreek.github.io/motoko-text-map

License

motoko-text-map is distributed under the terms of the Apache License (Version 2.0).

See LICENSE for details.