Thanks again for this crate.
I'm attempting a cross build and note that the ratchet-deflate package specifically enables zlib as a feature flag on flate2.
Is there a specific reason for enabling the zlib flag, thus requiring C compilation? Would you consider a PR to feature-flag enabling ratchet-deflate to accept flate2's rust_backend feature in addition to a zlib feature that could be the default?
Thanks again for this crate.
I'm attempting a cross build and note that the
ratchet-deflatepackage specifically enables zlib as a feature flag onflate2.Is there a specific reason for enabling the zlib flag, thus requiring C compilation? Would you consider a PR to feature-flag enabling
ratchet-deflateto acceptflate2'srust_backendfeature in addition to azlibfeature that could be the default?