ordered_hash_map 0.5.0

HashMap which preserves insertion order
Documentation
[dependencies.hashbrown]
version = "^0.15.2"

[dependencies.serde]
default-features = false
optional = true
version = "^1.0"

[lib]
name = "ordered_hash_map"
path = "src/lib.rs"

[package]
authors = ["William Correia <william.correia@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "HashMap which preserves insertion order"
edition = "2021"
keywords = ["no_std", "ordered_hash_map", "ordered_hash_set", "linked_hash_map", "data_structures"]
license = "BSD-2-Clause"
name = "ordered_hash_map"
readme = "README.md"
repository = "https://gitlab.com/kelderon/rs-collections"
rust-version = "1.65.0"
version = "0.5.0"

[package.metadata.docs.rs]
all-features = true