1 unstable release
Uses new Rust 2024
| 0.1.0 | Jan 14, 2026 |
|---|
#1203 in Data structures
Used in 3 crates
(via alphabet_detector)
40KB
799 lines
Array Buffer
Highly optimized fixed-capacity deque buffer stored on stack.
Todo:
iter()is not implemented, but there isas_slices();- Can become a true ring buffer. It can overwrite an old element, but it needs to drop it (for not plain). Increment both
startandend(start == end);