index_list 0.2.13

A doubly linked list implemented in safe Rust using vector indexes
Documentation
[[bench]]
harness = false
name = "indexlist-benchmark"
path = "benches/benchmark.rs"

[dev-dependencies.criterion]
version = "0.5"

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

[package]
authors = ["Stefan Lindblad <stefan.lindblad@linux.com>"]
categories = ["data-structures"]
description = "A doubly linked list implemented in safe Rust using vector indexes"
edition = "2021"
keywords = ["linked-list"]
license = "MPL-2.0"
name = "index_list"
readme = "README.md"
repository = "https://github.com/Fairglow/index-list.git"
version = "0.2.13"

[profile.release]
codegen-units = 1
lto = true