#disk #drive

no-std diskio

Diskio library provides trait for handling disk IO devices

3 releases

0.1.2 Jan 25, 2023
0.1.1 Jan 2, 2023
0.1.0 Dec 3, 2022

#902 in Embedded development

Download history 5/week @ 2024-02-14 20/week @ 2024-02-21 8/week @ 2024-02-28 6/week @ 2024-03-06 17/week @ 2024-03-13 2/week @ 2024-03-20 30/week @ 2024-03-27 35/week @ 2024-04-03 7/week @ 2024-04-10 12/week @ 2024-04-17 9/week @ 2024-04-24

80 downloads per month
Used in sdmmc-spi

MIT/Apache

7KB

diskio

Rust crates.io crates.io docs.rs

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

https://docs.rs/crate/diskio

or build a local copy

cargo docs

and open target/doc/diskio/index.html in your browser.

License

Licensed under either of

at your option.


lib.rs:

Diskio library provides trait for handling disk IO devices.

Dependencies

~45KB