subset-map 0.3.4

A map where the keys are subsets of an initial set of elements
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"

[package]
authors = ["Christian Douven <chridou@users.noreply.github.com>"]
description = "A map where the keys are subsets of an initial set of elements"
documentation = "https://docs.rs/subset-map"
homepage = "https://github.com/chridou/subset-map"
keywords = ["map", "set", "combinations"]
license = "Apache-2.0/MIT"
name = "subset-map"
readme = "README.md"
repository = "https://github.com/chridou/subset-map"
version = "0.3.4"