1//! Block device adapters
23#![cfg_attr(not(test), no_std)]
45// MUST be the first module listed
6mod fmt;
78mod buf_stream;
9mod stream_slice;
1011pub use buf_stream::{BufStream, BufStreamError};
12pub use stream_slice::{StreamSlice, StreamSliceError};