#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

#6 in #unwrap

Download history 156/week @ 2024-04-29

156 downloads per month
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