Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 379 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 379 Bytes

Spitebuf

Spitebuf is an async MPSC queue, based on the Vyukov algorithm originally implemented in the heapless crate. It can be used on targets with or without an allocator.

Development Documentation

Please see the development docs for documentation of the current main branch.

Docs can be built locally with cargo doc.