2 releases
Uses old Rust 2015
| 0.1.1 | Jul 24, 2017 |
|---|---|
| 0.1.0 | Feb 17, 2017 |
#372 in #enums
748 downloads per month
Used in 3 crates
11KB
130 lines
This crate provides 2 macros, extract! and let_extract!. See their
individual macro-level documentation for more information.
Enum Extract
A crate of helper macros for extracting single enum variants of an enum.
Read the docs on docs.rs.