cifg 1.0.3

A macro for defining #[cfg] if/else blocks; alternate to cfg-if.
Documentation
# cifg

[![cifg on crates.io][crates-shield]][crates-url]
[![cifg on docs.rs][docs-shield]][docs-url]
[![cifg licenses][license-shield]](#License)
[![Apache-2.0 license][apache-shield]](LICENSE-APACHE)
[![MIT license][mit-shield]](LICENSE-MIT)
![MSRV][msrv-shield]

A macro for defining #[cfg] if/else blocks; alternate to cfg-if.

# License

This project is licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
   https://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   https://opensource.org/licenses/MIT)

at your option.

# Contribution

Any contribution intentionally submitted for inclusion in `cifg` by you,
as defined in the Apache-2.0 license, shall be dual licensed as above,
without any additional terms or conditions.

[crates-shield]: https://img.shields.io/crates/v/cifg
[crates-url]: https://crates.io/crates/cifg
[docs-shield]: https://img.shields.io/docsrs/cifg
[docs-url]: https://docs.rs/cifg
[license-shield]: https://img.shields.io/crates/l/cifg?color=rebeccapurple
[apache-shield]: https://img.shields.io/badge/Apache--2.0-rebeccapurple
[mit-shield]: https://img.shields.io/badge/MIT-rebeccapurple
[msrv-shield]: https://img.shields.io/crates/msrv/cifg