tinydeque

Crates.iotinydeque
lib.rstinydeque
version0.1.1
sourcesrc
created_at2020-09-25 18:51:58.239789
updated_at2021-01-17 21:15:12.866196
descriptionArray-based deque structures
homepagehttps://github.com/notgull/tinydeque#readme
repositoryhttps://github.com/notgull/tinydeque
max_upload_size
id292936
size42,923
John Nunley (notgull)

documentation

README

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

Commit count: 12

cargo fmt