Macro rust_texas::package
source · macro_rules! package { ($pkg:literal$(,)? $( $opt:literal ),*) => { ... }; }
Expand description
This, too, could’ve gotten ugly. Package creation with options.
package!("<package name>", <whatever options you want, as _literals_ >)