token_deque 0.1.0

A double-ended queue backed by a vector that allows access to interior values.
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented0 out of 0 items with examples
  • Size
  • Source code size: 41 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • sw17ch/token_deque
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sw17ch

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 established by the Rust Programming Language team. If moderation is required, please contact the maintainers.

Maintainers

  • John VanEnk <@sw17ch>