Expand description
Macros§
- verify_
bin_ target_ exists - verify_
regex - Compiles the given regex using the
fancy_regex
crate and tries to match the given value. If the value matches the regex, the macro will expand to the first expression. Otherwise it will expand to the second expression.