Skip to content

Files

Latest commit

4b26795 · Dec 27, 2024

History

History

spitebuf

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.