1 stable release
Uses old Rust 2015
1.0.0 | Jan 13, 2018 |
---|
#16 in #exports
4KB
The maybe_macro crate exports one macro, the maybe!
macro.
The maybe!
macro makes it neat to construct an option from a value in
one line of code if it meets a certain condition. See the macro itself for
more documentation about how to use it.