Skip to content

Macro that makes it simple to make error-catching blocks

Notifications You must be signed in to change notification settings

joseph-gio/try-blocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Macro that makes it simple to make error-catching blocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%