# **lists**





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>