tinymap 0.2.0

A map structure that stores its data on the stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "tinymap"
version = "0.2.0"
dependencies = [
 "tinyvec",
]

[[package]]
name = "tinyvec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d509a3e5acd065f0877e6db98d026d2900d57aa32abbb614a2cb959802c3ddf"