#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

#842 in Embedded development

Download history 19/week @ 2024-02-19 13/week @ 2024-02-26 4/week @ 2024-03-04 20/week @ 2024-03-11

56 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