3 releases
0.1.2 | Jan 25, 2023 |
---|---|
0.1.1 | Jan 2, 2023 |
0.1.0 | Dec 3, 2022 |
#957 in Embedded development
42 downloads per month
Used in sdmmc-spi
7KB
diskio
Diskio library is a no_std
Rust library that provides trait for handling disk IO devices.
Usage
Add this to your Cargo.toml
:
[dependencies]
diskio = "0.1.2"
Documentation
or build a local copy
cargo docs
and open target/doc/diskio/index.html
in your browser.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
lib.rs
:
Diskio library provides trait for handling disk IO devices.
Dependencies
~45KB