compactmap 0.3.3

Compact Vec-based map that choses assigns IDs for your values on it's own. Not everything is implemented so far.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "compactmap"
version = "0.3.3"
authors = ["Vitaly _Vi Shukela <vi0oss@gmail.com>", "Eduard-Mihai Burtescu <edy.burt@gmail.com>"]
description = "Compact Vec-based map that choses assigns IDs for your values on it's own. Not everything is implemented so far."
license = "MIT/Apache-2.0"
repository = "https://github.com/vi/compactmap"
documentation = "https://docs.rs/compactmap"

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

[features]
# Calculate length for serializing (for bincode, for example)
serde_ser_len = []