smallset 0.1.0

An unordered set of elements optimized for small sizes
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "smallset"
version = "0.1.0"
authors = ["Chris Fallin <cfallin@c1f.net>"]
description = "An unordered set of elements optimized for small sizes"
repository = "https://github.com/cfallin/rust-smallset"
documentation = "https://cfallin.github.io/rust-smallset/smallset/"
license = "MIT"

[dependencies]
smallvec = "0.1"