[package] name = "rblist" version = "0.1.0" authors = ["Lorby Bi "] edition = "2021" license = "Apache-2.0" description = "A block-based, non-circular double-linked list implementation for Rust." repository = "https://github.com/pecktalk/pex/tree/main/rblist" readme = "README.md" keywords = ["linked-list", "rblist", "data-structures"] categories = ["data-structures", "algorithms"] [[bench]] name = "benchmark" harness = false [dependencies] anyhow = "1.0.44" thiserror = "1" log = "0" strum = "0" strum_macros = "0" [dev-dependencies] env_logger = "0" pretty_assertions = "1.2.0" criterion = "0"