[go: up one dir, main page]

extract_map 0.1.0

A HashMap for memory efficent storage of value types which contain their own keys.
Documentation
[package]
name = "extract_map"
version = "0.1.0"
edition = "2021"
license = "MIT"
categories = ["data-structures"]
repository = "https://github.com/GnomedDev/extract_map"
description = "A HashMap for memory efficent storage of value types which contain their own keys."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gat-lending-iterator = { version = "0.1.5", optional = true }
serde = { version = "1.0.197", optional = true }

[features]
serde = ["dep:serde"]
iter_mut = ["dep:gat-lending-iterator"]

[dev-dependencies]
serde_json = { version = "1" }
serde = { version = "1", features = ["derive"] }