Skip to main content

cfg

Macro cfg 

Source
cfg!() { /* proc-macro */ }
Expand description

🚧 Not yet implemented!

[eager!] Evaluates boolean combinations of configuration flags at compile-time.

The syntax given to this macro is the same syntax as the cfg attribute.

This is an eager!-enabled version of std::cfg.