| Crates.io | array_buf |
| lib.rs | array_buf |
| version | 0.1.0 |
| created_at | 2026-01-14 14:06:01.222322+00 |
| updated_at | 2026-01-14 14:06:01.222322+00 |
| description | Highly optimized fixed-capacity deque buffer stored on stack |
| homepage | |
| repository | https://github.com/RoDmitry/array_buf |
| max_upload_size | |
| id | 2042871 |
| size | 39,265 |
Highly optimized fixed-capacity deque buffer stored on stack.
iter() is not implemented, but there is as_slices();start and end (start == end);