zlib 0.0.1

An (incomplete) port of zlib to Rust. The decompressor works, but the compressor has not yet been ported.


while (<>) {
  s/(DEBUG|INFO)\:[^ ]+ //;
  print;
}