[dependencies.typenum]
features = ["const-generics"]
version = "1.17.0"
[package]
authors = ["Ferran Sanchez Llado"]
categories = ["data-structures", "memory-management"]
description = "A versatile implementation of a dynamic bidirectional linked list in Rust, capable of storing any type!"
documentation = "https://docs.rs/dynamic-list"
edition = "2021"
homepage = "https://github.com/ferranSanchezLlado/dynamic-list.git"
keywords = ["dynamic-list", "typed-list", "bidirectional-list", "static-dispatch", "generic"]
license = "MIT OR Apache-2.0"
name = "dynamic-list"
readme = "README.md"
repository = "https://github.com/ferranSanchezLlado/dynamic-list.git"
version = "0.2.0"