spi_memory_async/
prelude.rs

1//! Automatically loads in the BlockDevice and Read trait so the user doesn't have to do that all the time.
2pub use crate::{BlockDevice, Read};