try-catch 0.2.2

A simple proc-macro that enables try-catch for Rust with automatic downcasting of error types.
Documentation
1
2
3
4
pub use proc_macro::{TokenStream, *};
pub use proc_macro2::TokenStream as TokenStream2;
pub use syn::{*, Ident};
pub use quote::quote;