static-queue 1.0.0

A statically sized, no_std, allocation-free, safe Rust queue implemented as a ring buffer with full test coverage.
Documentation
  • Coverage
  • 16.67%
    1 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 10.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 871.58 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • lionkor/static-queue
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lionkor

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)