mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 20:03:07 +00:00
resolve link redirection
This commit is contained in:
parent
ec43029284
commit
345c81cf83
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https
|
|||
### Compression
|
||||
|
||||
* brotli
|
||||
* [ende76/brotli-rs](https://github.com/ende76/brotli-rs) — implementation of [Brotli](http://google-opensource.blogspot.de/2015/09/introducing-brotli-new-compression.html) compression
|
||||
* [ende76/brotli-rs](https://github.com/ende76/brotli-rs) — implementation of [Brotli](https://opensource.googleblog.com/2015/09/introducing-brotli-new-compression.html) compression
|
||||
* [dropbox/rust-brotli](https://github.com/dropbox/rust-brotli) — Brotli decompressor in Rust that optionally avoids the stdlib
|
||||
* bzip2
|
||||
* [alexcrichton/bzip2-rs](https://github.com/alexcrichton/bzip2-rs) — [libbz2](http://www.bzip.org) bindings [<img src="https://api.travis-ci.org/alexcrichton/bzip2-rs.svg?branch=master">](https://travis-ci.org/alexcrichton/bzip2-rs)
|
||||
|
|
Loading…
Reference in a new issue