token_deque 0.1.0

A double-ended queue backed by a vector that allows access to interior values.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Token List

A data structure similar to `std::collections::LinkedList`, but it
allows retrieval and removal of interior nodes by means of a `Token`.

## Code of Conduct

The maintainers of this project follow the [Code of
Conduct](https://www.rust-lang.org/policies/code-of-conduct)
established by the Rust Programming Language team. If moderation is
required, please contact the maintainers.

## Maintainers

* John VanEnk <@sw17ch>