dynamic-list 0.1.0

Implementation of a dynamic bidirectional linked list capable of storing any type in Rust without the use of dynamic dispatch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Ferran Sanchez Llado"]
categories = ["data-structures", "memory-management"]
description = "Implementation of a dynamic bidirectional linked list capable of storing any type in Rust without the use of dynamic dispatch"
documentation = "https://docs.rs/dynamic-list"
edition = "2021"
homepage = "https://github.com/ferranSanchezLlado/dynamic-list.git"
keywords = ["dynamic-list", "multiple-types", "static-dispatch", "not-dynamic-dispatch", "bidirectional-list"]
license = "MIT OR Apache-2.0"
name = "dynamic-list"
readme = "README.md"
repository = "https://github.com/ferranSanchezLlado/dynamic-list.git"
version = "0.1.0"