build-features 0.1.1

A simple proc macro to create a vector that a list of included functions in a root package
Documentation
build-features-0.1.1 has been yanked.

build-features

A simple proc macro to create a vector that contains a list of included features as a const

Usage

fn main() {
    build_features::get_enabled_features!();
    println!("{:?}", enabled_features); //enjoy!
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT