memorysafety / zlib-rs

A safer zlib
zlib License
75 stars 6 forks source link

Refactor dynamic loading #122

Closed folkertdev closed 1 week ago

folkertdev commented 1 week ago

For testing it is useful to be able to load a custom libz.so that has been instrumented in some way. We now make that more convenient by loading from an environment variable, and support the full API of libz-sys