lists 1.4.0

Library containing various implementations of list-like data-structures such as Vectors, LinkedLists, and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lib]
doctest = false

[package]
categories = ["data-structures"]
description = "Library containing various implementations of list-like data-structures such as Vectors, LinkedLists, and more."
edition = "2018"
keywords = ["data-structures", "linked-list", "vector", "sequence", "list"]
license = "MIT"
name = "lists"
readme = "README.MD"
repository = "https://github.com/c1m50c/lists"
version = "1.4.0"