static-cond

Macro for performing comparisons during macro expansion


Keywords
static, macro, if
Licenses
MIT/Apache-2.0

Documentation

This is a tiny Rust crate that allows macros to make comparisons.

Normally, macros can capture all kinds of syntax fragments but they can't compare them. However, by defining a fresh macro and jumping to it immediately, comparisons can be hacked in. See the source for more details.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.