Crate cfg_or_panic

Source

Attribute Macrosยง

cfg_or_panic
Keep the function body under #[cfg(..)], or replace it with unimplemented!() under #[cfg(not(..))].