pub fn enabled_features() -> StringExpand description
Returns a comma-delimited string of enabled compile-time feature flags.
Useful for runtime verification of which safety level and capabilities were compiled in.
let features = rav1d_safe::enabled_features();
assert!(features.contains("bitdepth_8"));