Skip to content

Latest commit

 

History

History

spitebuf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.