embedded_io/impls/
mod.rs

1mod slice_mut;
2mod slice_ref;
3
4#[cfg(feature = "alloc")]
5mod boxx;
6#[cfg(feature = "alloc")]
7mod vec;