lists 1.0.2

Library containing various implementations of list-like data-structures such as Vectors, LinkedLists, and more.
Documentation
# **lists**


![GitHub Workflow Status](https://img.shields.io/github/workflow/status/c1m50c/lists/Build?style=for-the-badge)
![Crates.io](https://img.shields.io/crates/v/lists?color=orange&style=for-the-badge)
![Crates.io](https://img.shields.io/crates/l/lists?style=for-the-badge)
![Lines of code](https://img.shields.io/tokei/lines/github/c1m50c/lists?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/c1m50c/lists?style=for-the-badge)

Library containing various implementations 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.

```


## **License**

<a href="https://github.com/c1m50c/lists/blob/main/LICENSE">MIT</a>