/multi-type-map

A very simple and barebones Rust implementation of an hash map with multiple key types.

Primary LanguageRust

Multi-Type Map

This repository contains a very simple and barebones implementation of an hash map that can store values of a single type associated to keys of any static type.

Note: This is not intended for production use. Use at your own risk!