linked_hash_set 0.1.4

HashSet with insertion ordering
Documentation
[dependencies.linked-hash-map]
version = "0.5.3"

[dependencies.serde]
optional = true
version = "1"

[dev-dependencies.serde_test]
version = "1"

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