array_list 0.3.0

A dynamic container that combines the characteristics of a Vec and a LinkedList
Documentation
[dependencies]

[lib]
name = "array_list"
path = "src/lib.rs"

[package]
authors = ["Davide Di Carlo <daddinuz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A dynamic container that combines the characteristics of a Vec and a LinkedList"
edition = "2021"
keywords = ["collections", "vec", "xor", "linked-list", "unrolled"]
license = "MIT"
name = "array_list"
readme = "README.md"
repository = "https://github.com/daddinuz/array_list"
rust-version = "1.71.1"
version = "0.3.0"