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
13
[dependencies.tinyvec]
features = ["nightly_const_generics"]
version = "1.0.0"

[package]
authors = ["not_a_seagull <jtnunley01@gmail.com>"]
description = "A map structure that stores its data on the stack"
edition = "2018"
homepage = "https://github.com/not-a-seagull/tinymap#readme"
license = "MIT OR Apache-2.0"
name = "tinymap"
repository = "https://github.com/not-a-seagull/tinymap"
version = "0.2.4"