chainlink 0.1.0

An arena-backed doubly linked list in 100% safe Rust.
Documentation
[package]
name = "chainlink"
version = "0.1.0"
authors = ["Vincent Mutolo <vince@mutolo.org>"]
edition = "2018"
description = "An arena-backed doubly linked list in 100% safe Rust."
readme = "README.md"
repository = "https://git.sr.ht/~vlmutolo/chainlink"
license = "MIT"
keywords = ["linked-list", "arena", "vec"]

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

[dependencies]
thunderdome = "0.4.1"