identified_vec 0.1.11

Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type.
Documentation
[dependencies.serde]
optional = true
version = "1.0.193"

[dependencies.thiserror]
version = "1.0.50"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dev-dependencies.serde_json]
version = "1.0.108"

[features]
default = ["id_prim"]
id_prim = []
serde = ["dep:serde"]

[package]
authors = ["Alexander Cyon <alex.cyon@gmail.com>"]
categories = ["data-structures"]
description = "Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type."
edition = "2021"
keywords = ["identifiable", "vec", "orderset", "set", "hashset"]
license = "MIT"
name = "identified_vec"
readme = "README.md"
repository = "https://github.com/Sajjon/identified_vec"
version = "0.1.11"