# diskio ![Rust](https://github.com/kusstas/diskio/workflows/Rust/badge.svg) [![crates.io](https://img.shields.io/crates/d/diskio.svg)](https://crates.io/crates/diskio) [![crates.io](https://img.shields.io/crates/v/diskio.svg)](https://crates.io/crates/diskio) [![docs.rs](https://docs.rs/diskio/badge.svg)](https://docs.rs/diskio) Diskio library is a `no_std` Rust library that provides trait for handling disk IO devices. ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] diskio = "0.1.2" ``` ## Documentation https://docs.rs/crate/diskio or build a local copy ```sh cargo docs ``` and open `target/doc/diskio/index.html` in your browser. ## License Licensed under either of - Apache License, Version 2.0 ([LICENSE-APACHE](./LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](./LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option.