treeerror 0.1.1

A crate of macros for generating trees of enums, as well as `From` implementations converting between them. Primarily intended for error handling.
Documentation
1
2
#[macro_export]
macro_rules! as_pat { ($p:pat) => { $p } }