Closed ghuls closed 1 year ago
Thanks for this!I'll look into the libz-ng-sys bit. I'm looking to add dependabot here to hopefully keep this more up to date.
After a bit of digging, I don't think I need to depend on zlib-ng-sys directly. Since I'm still working through flate2s ng-compat feature it takes care of that for me.
I am abusing the any_zlib
feature from flate2, which needs to be changed on my end at a future point.
Since I'm still working through flate2s ng-compat feature it takes care of that for me.
The advantage of not using zlib-ng-compat
but zlib-ng
is that it doesn't clash with normal zlib in anyway.
It would undoubtedly be better for me to move to not using the compat version, but internally I'm relying on the the identical interfaces. I'd have to rework things to move off of the compat version. I'll make a separate issue for that.
libdeflater: Updated to latest libdeflate. num_cpus: support for cgroups v2
In the latest flate2, libz-ng also got its own sys packages that might need to be added: