Skip to content

notgull/tinydeque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinydeque

Build Status crates.io docs.rs

A deque structure inspired by the tinyvec crate. Contains ArrayDeque, which uses an array as backing storage and TinyDeque, which uses both the stack and the heap.

License

MIT/Apache2 License

About

Array-oriented deques

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages