removes libz-ng-sys as a dev dependency of zlib-rs (NOTE: we never use libz-ng-sys in release builds!)
we run into our symbols clashing with those imported from libz-ng-sys in tests, so I want to move the tests that compare to the C implementation into their own crate to just make sure we never run into such clashes.
removes
libz-ng-sys
as a dev dependency ofzlib-rs
(NOTE: we never use libz-ng-sys in release builds!)we run into our symbols clashing with those imported from
libz-ng-sys
in tests, so I want to move the tests that compare to the C implementation into their own crate to just make sure we never run into such clashes.