Skip to content

Instantly share code, notes, and snippets.

View tommasoclini's full-sized avatar

Tommaso Clini tommasoclini

View GitHub Profile
@tommasoclini
tommasoclini / ergot_stack.rs
Created March 22, 2026 17:29
Example stack
use {
bbqio::v0_6 as bbqio6,
bbqueue::{
BBQueue,
traits::{notifier::maitake::MaiNotSpsc, storage::Inline},
},
ergot::{
exports::mutex::raw_impls::local::LocalRawMutex,
interface_manager::{
Interface, interface_impls::embedded_io::IoInterface,