array_list 0.3.0

A dynamic container that combines the characteristics of a Vec and a LinkedList
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Davide Di Carlo <daddinuz@gmail.com>"]
description = "A dynamic container that combines the characteristics of a Vec and a LinkedList"
name = "array_list"
version = "0.3.0"
edition = "2021"
license = "MIT"
keywords = ["collections", "vec", "xor", "linked-list", "unrolled"]
rust-version = "1.71.1"
repository = "https://github.com/daddinuz/array_list"

[dependencies]