irox_stats

Macro cfg_feature_miniz

Source
macro_rules! cfg_feature_miniz {
    ($($item:item)*) => { ... };
}
Expand description

Enables feature-specific code. Use this macro instead of cfg(feature = "miniz") to generate docs properly.