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
1
2
3
4
5
6
7
8
9
10
# 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)