map_vec 0.2.1

The Map and Set APIs backed by Vec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "map_vec"
version = "0.2.1"
license = "MIT OR Apache-2.0"
authors = ["Nick Hynes <nhynes@nhynes.com>"]
repository = "https://github.com/nhynes/map_vec"
description = "The Map and Set APIs backed by Vec"
readme = "README.md"
categories = ["data-structures", "embedded", "no-std"]
edition = "2018"
keywords = ["vec", "map", "set"]

[dependencies]
serde = { version = "1.0", optional = true, features = ["derive"] }

[dev-dependencies]
rand = "0.7"