Bzip2 in Rust - Basic infrastructure and CRC32 computation

from blog Federico's Blog, | ↗ original
I have started a little experiment in porting bits of the widely-used bzip2/bzlib to Rust. I hope this can serve to refresh bzip2, which had its last release in 2010 and has been nominally unmaintained for years. I hope to make several posts detailing how this port is done …