dynamic-list 0.2.0

A versatile implementation of a dynamic bidirectional linked list in Rust, capable of storing any type!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"