array_buf

Crates.ioarray_buf
lib.rsarray_buf
version0.1.0
created_at2026-01-14 14:06:01.222322+00
updated_at2026-01-14 14:06:01.222322+00
descriptionHighly optimized fixed-capacity deque buffer stored on stack
homepage
repositoryhttps://github.com/RoDmitry/array_buf
max_upload_size
id2042871
size39,265
Dmitry Rodionov (RoDmitry)

documentation

https://docs.rs/array_buf/

README

Array Buffer

Crate API

Highly optimized fixed-capacity deque buffer stored on stack.

Todo:

  • iter() is not implemented, but there is as_slices();
  • Can become a true ring buffer. It can overwrite an old element, but it needs to drop it (for not plain). Increment both start and end (start == end);
Commit count: 2

cargo fmt