lru-st 0.3.0

A package providing a Vec based doubly linked list implementation and related data structures
Documentation
[dependencies.thiserror]
version = "1.0.58"

[dev-dependencies.rand]
version = "0.8"

[features]
sync = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A package providing a Vec based doubly linked list implementation and related data structures"
documentation = "https://docs.rs/lru-st"
edition = "2021"
keywords = ["data-structure", "doubly-linked-list", "lru-hashmap", "lru"]
license-file = "LICENSE"
name = "lru-st"
readme = "README.md"
repository = "https://github.com/qjerome/lru-st"
rust-version = "1.70.0"
version = "0.3.0"