plain-map 1.0.0

An implementation of a map that uses small_vec as backing storage, which is useful for having many tiny maps.
Documentation
[dependencies.smallvec]
version = "0.6.10"

[package]
authors = ["Quinten Kock <quintenkock@gmail.com>"]
description = "An implementation of a map that uses small_vec as backing storage, which is useful for having many tiny maps."
edition = "2018"
license = "MIT"
name = "plain-map"
repository = "https://github.com/ColonelPhantom/plain-map"
version = "1.0.0"