diskio 0.1.2

Diskio library provides trait for handling disk IO devices.
Documentation
  • Coverage
  • 100%
    31 out of 31 items documented0 out of 10 items with examples
  • Size
  • Source code size: 17.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kusstas

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.