efg 0.1.4

Conditional compilation using boolean expression syntax, rather than any(), all(), not().
Documentation
1
2
3
4
5
6
use efg::efg;

#[efg(unix || "false")]
struct S;

fn main() {}