stable_try_trait_v2

Crates.iostable_try_trait_v2
lib.rsstable_try_trait_v2
version1.75.1
sourcesrc
created_at2024-01-02 03:04:36.273168
updated_at2024-01-02 03:07:43.362194
descriptionA simple stable implementation of the `Try`, `FromResidual`, and `Residual` traits under the `try_trait_v2` feature.
homepage
repositoryhttps://github.com/WanderLanz/Lender
max_upload_size
id1085747
size9,378
Lance Warden (WanderLanz)

documentation

README

stable_try_trait_v2

A simple stable implementation of the Try, FromResidual, and Residual traits under the try_trait_v2 feature. (tracking issue #84277)

A try_!() macro is also provided, which helps replace the ? operator.

The major and minor version of this crate is the same as the version of stable rust that it maintains parity with.

All attributions should go to the original Rust contributors. Contact me for any misattributions.

Commit count: 75

cargo fmt