illist 0.1.0

An indexable linked list implementation backed by a Vec
Documentation
# illist

[![Travis (.com) branch](https://img.shields.io/travis/com/eviltak/illist/master.svg?style=flat-square)](https://travis-ci.com/eviltak/illist
) [![Crates.io](https://img.shields.io/crates/v/illist.svg?style=flat-square)](https://crates.io/crates/illist)

An indexable linked list implementation for Rust backed by a `Vec`.

## License

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.