tinymap 0.2.4

A map structure that stores its data on the stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tinymap"
version = "0.2.4"
authors = ["not_a_seagull <jtnunley01@gmail.com>"]
edition = "2018"
description = "A map structure that stores its data on the stack"
license = "MIT OR Apache-2.0"
repository = "https://github.com/not-a-seagull/tinymap"
homepage = "https://github.com/not-a-seagull/tinymap#readme"

[dependencies]
tinyvec = { version = "1.0.0", features = ["nightly_const_generics"] }