Skip to content

A statically sized, no_std, allocation-free, safe Rust queue implemented as a ring buffer with full test coverage.

License

Notifications You must be signed in to change notification settings

lionkor/static-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A statically sized, no_std, allocation-free, safe Rust queue implemented as a ring buffer with full test coverage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published