Skip to content

sw17ch/token_deque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A Rust datastructure similar to `std::collections::LinkedList` that allows access and removal of interior list nodes through a token.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages