mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 20:03:07 +00:00
adjust Brotli section
This commit is contained in:
parent
48b0fdeeb1
commit
5fc38874f6
1 changed files with 2 additions and 2 deletions
|
@ -394,8 +394,8 @@ 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](https://opensource.googleblog.com/2015/09/introducing-brotli-new-compression.html) compression
|
||||
* [Brotli](https://opensource.googleblog.com/2015/09/introducing-brotli-new-compression.html)
|
||||
* [ende76/brotli-rs](https://github.com/ende76/brotli-rs) — implementation of Brotli 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