Hacker News new | ask | show | jobs
by maplant 484 days ago
From the GitHub page, they provide libz-rs-sys, a zlib-compatible C API for usage in non-Rust applications.
1 comments

That's the most interesting thing to me; is this to the point where you could ex. drop it in to a Gentoo box with nothing but a USE flag and switch everything over to use it? (Sadly it's API compatible but not ABI compatible so we're still talking about needing to recompile, but sometimes that's a minor matter)