submitted by /u/Arod3235
[comments]
Source link
bzip2 crate switches from C to 100% rust
Today we published bzip2 version 0.6.0, which uses our rust implementation of the bzip2 algorithm, libbz2-rs-sys, by default. The bzip2 crate is now faster and easier to cross-compile. The libbz2-rs-sys…