rust-match-cfg 0.1.0 Define an item depending on a large number of `#[cfg]` parameters

This package provides a convenience macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like match statement, the first matching branch is the item that gets emitted.