Crate libcnb_proc_macros

source ·
Expand description

§libcnb-proc-macros   Docs Latest Version MSRV

Procedural macros used within the libcnb.rs framework.

In most cases you should use the libcnb crate rather than depending on this crate directly.

Macros§

  • 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.