zlib 0.0.1

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


while (<>) {
    s/(\.rs)\:([0-9]+)\:([0-9]+)/$1($2,$3)/;
    s/(\.rs)\:([0-9]+)/$1($2)/;
    print;
}