| Crates.io | diskio |
| lib.rs | diskio |
| version | 0.1.2 |
| created_at | 2022-12-03 23:49:00.509424+00 |
| updated_at | 2023-01-25 04:21:58.601894+00 |
| description | Diskio library provides trait for handling disk IO devices. |
| homepage | |
| repository | https://github.com/kusstas/diskio |
| max_upload_size | |
| id | 729306 |
| size | 18,123 |
Diskio library is a no_std Rust library that provides trait for handling disk IO devices.
Add this to your Cargo.toml:
[dependencies]
diskio = "0.1.2"
or build a local copy
cargo docs
and open target/doc/diskio/index.html in your browser.
Licensed under either of
at your option.