static-queue

Crates.iostatic-queue
lib.rsstatic-queue
version1.0.0
created_at2026-01-07 22:26:34.196328+00
updated_at2026-01-07 22:26:34.196328+00
descriptionA statically sized, no_std, allocation-free, safe Rust queue implemented as a ring buffer with full test coverage.
homepage
repositoryhttps://github.com/lionkor/static-queue
max_upload_size
id2029144
size10,903
Lion (lionkor)

documentation

README

static-queue

A statically sized no_std queue implemented as a ring buffer.

Why? Because a no_std, non-allocating, fully safe rust and 100% line and branch coverage tested queue seemed like a nice idea! :)

  • no_std compatible
  • Safe rust
  • No allocations
  • 100% code test coverage (branch, function, line and region coverage)
Commit count: 12

cargo fmt