retitle 1032446 rust-brotli fails to build with std and unsafe features enabled together thanks
Would it be possible to consider addressing the compilation errors or the package removal?
The compile errors only happen when both the "std" (enabled by default) and "unsafe" (disabled by default) features are enabled. As such I think removal would be highly disproportionate. I've marked the "all-features" (aka "@") tests as "broken" for now and filed a bug upstream. https://github.com/dropbox/rust-brotli-decompressor/issues/23