lists 1.0.0

Library containing various implmentations 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
# **lists**


![GitHub Workflow Status](https://img.shields.io/github/workflow/status/c1m50c/lists/Build?style=for-the-badge)

Library containing various implmentations of list-like data-structures such as `Vectors`, `LinkedLists`, and more.


## **Testing**

```bash
$ cd lists
$ cargo test
...
# If things go well during the tests you should see `ok` as the test result.

```