smallmap 1.1.3

Small byte-sized generic key-value map type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "smallmap"
description = "Small byte-sized generic key-value map type"
keywords = ["map", "table", "small", "key", "value"]
repository = "https://github.com/notflan/smallmap"
homepage= "https://git.flanchan.moe/flanchan/smallmap"
version = "1.1.3"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"
license = "MIT"

[dependencies]

[build-dependencies]
rustc_version = "0.2"