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