#try #unwrap #result #options #rust-patterns

someok

A tiny crate that wraps [Result] and [Option] while we wait for try_trait_v2 to stabilize

1 unstable release

0.1.0 Apr 29, 2024

#11 in #rust-patterns


Used in break-block-macro

MIT/Apache

3KB

someok

This is a tiny crate that implements a trait to provide some unified behavior between [Result] and [Option] It will be totally unnecessary when try_trait_v2 is stabilized.

No runtime deps