maybe_macro 1.0.0

The maybe! macro for creating options.
Documentation

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.