1//! Embedded-oriented helpers (static memory, no-heap algorithms).
2//!
3//! These are written to be friendly to `no_std` targets. Platform runtime integration
4//! (e.g. Embassy) will live alongside these helpers later.
56mod static_spsc;
78pub use static_spsc::*;