Simple compression

Function deflate_bytes

fn deflate_bytes(bytes: &[u8]) -> ~[u8]

Function inflate_bytes

fn inflate_bytes(bytes: &[u8]) -> ~[u8]