durka / static-cond

Rust macro crate for compile time conditionals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust macro crate for compile time conditionals

License:Apache License 2.0


Languages

Language:Rust 100.0%