Diskio library is a no_std
Rust library that provides trait for handling disk IO devices.
Add this to your Cargo.toml
:
toml
[dependencies]
diskio = "0.1.0"
https://docs.rs/crate/diskio
or build a local copy
sh
cargo docs
and open target/doc/diskio/index.html
in your browser.
Licensed under either of
at your option.