linked_hash_set 0.1.3

HashSet with insertion ordering
Documentation
[package]
name = "linked_hash_set"
version = "0.1.3"
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "HashSet with insertion ordering"
repository = "https://github.com/alexheretic/linked-hash-set"
keywords = ["data-structures"]
license = "Apache-2.0"
readme="README.md"

[dependencies]
linked-hash-map = "0.5"
serde = { version = "1", optional = true }

[dev-dependencies]
serde_test = "1"