try-blocks

Crates.iotry-blocks
lib.rstry-blocks
version0.1.4
sourcesrc
created_at2022-06-18 22:39:58.543394
updated_at2022-10-10 23:42:29.710291
descriptionmacro to emulate the upcoming `try` block feature on stable
homepage
repositoryhttps://github.com/JoJoJet/try-blocks
max_upload_size
id608726
size5,827
Joseph (JoJoJet)

documentation

README

try-blocks

Notice

This crate has been moved/renamed to tryvial. You should use that instead.


Macro for stable try blocks that performs Ok-wrapping, and otherwise tries to achieve feature parity with RFC 1859. The macro is compatible with any type that implements the unstable Try trait through the use of type magic.

This crate is no_std compatible.

License: MIT

Commit count: 15

cargo fmt