static-cond

Crates.iostatic-cond
lib.rsstatic-cond
version0.3.0
sourcesrc
created_at2016-02-18 20:40:29.619217
updated_at2022-03-26 20:41:23.050366
descriptionMacro for performing comparisons during macro expansion
homepagehttps://github.com/durka/static-cond
repositoryhttps://github.com/durka/static-cond
max_upload_size
id4208
size18,981
Alex Burka (durka)

documentation

README

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.

Commit count: 13

cargo fmt