io-result-ext

Crates.ioio-result-ext
lib.rsio-result-ext
version0.1.0
sourcesrc
created_at2022-07-07 20:40:04.452743
updated_at2022-07-07 20:40:04.452743
descriptionExtension methods for std::io::Result
homepage
repositoryhttps://github.com/zombiepigdragon/io-result-ext
max_upload_size
id621461
size11,283
Alex Rawson (zombiepigdragon)

documentation

README

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.

Commit count: 2

cargo fmt