io-result-ext 0.1.0

Extension methods for std::io::Result
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented2 out of 3 items with examples
  • Size
  • Source code size: 11.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 257.42 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • zombiepigdragon/io-result-ext
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zombiepigdragon

io::Result Extensions

A collection of helper methods for the standard library's IO result type.

Adding new functions

This crate is far from complete! If there are patterns you frequently use for std::io::Result that aren't included in this crate, please open an issue with an example or submit a PR.

MSRV

This crate supports every version of Rust, starting with 1.0.0. When it becomes necessary to break support for an old version of Rust, a feature will be introduced corresponding to the MSRV required to use it. Each of these features will depend on the prior version's feature, so it is only necessary to enable the feature corresponding to the highest required MSRV.

License

This library is licensed under the CC0 1.0 License. By submitting a PR to this repository, you agree to relinquish all copyright and other rights as required by CC0.