Crates.io | io-result-ext |
lib.rs | io-result-ext |
version | 0.1.0 |
source | src |
created_at | 2022-07-07 20:40:04.452743 |
updated_at | 2022-07-07 20:40:04.452743 |
description | Extension methods for std::io::Result |
homepage | |
repository | https://github.com/zombiepigdragon/io-result-ext |
max_upload_size | |
id | 621461 |
size | 11,283 |
A collection of helper methods for the standard library's IO result type.
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.
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.
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.