[](https://crates.io/crates/skiplist)
[](https://crates.io/crates/skiplist)
[](https://codecov.io/gh/JP-Ellis/rust-skiplist)
[](https://github.com/JP-Ellis/rust-skiplist/actions)
A [skiplist](http://en.wikipedia.org/wiki/Skip_list) provides a way of storing
data with `log(i)` access, insertion and removal for an element in the `i`th
position.
There are three kinds of collections defined here:
- --
Documentation can be found on [docs.rs](https://docs.rs/skiplist) and the cargo
crate can be found on [crates.io](https://crates.io/crates/skiplist).