array-linked-list 0.2.2

A data structure, which combines the advantages of dynamic arrays and linked lists
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "array-linked-list"
version = "0.2.2"
authors = ["p <p11@p11c.xyz>"]
edition = "2024"
description = "A data structure, which combines the advantages of dynamic arrays and linked lists"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/porky11/array-linked-list"
readme = "README.md"
keywords = ["data-structures", "linked-list", "array", "collections"]
categories = ["data-structures"]
documentation = "https://docs.rs/array-linked-list"