update
This commit is contained in:
parent
1a9b758732
commit
3d4fe0566d
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ unsafe fn write_to_serial_unchecked(data: &[u8]) {
|
|||
### Compression
|
||||
- [flate2](https://lib.rs/crates/flate2): DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams.
|
||||
- [tar](https://lib.rs/crates/tar): A Rust implementation of a [TAR](../../../applications/cli/compression/tar.md) file reader and writer.
|
||||
- [zstd](https://lib.rs/crates/zstd): Binding for the zstd compression library
|
||||
- [zstd](https://lib.rs/crates/zstd): Binding for the [zstd compression](../../../files/Zstd%20Compression.md) library
|
||||
- [unrar](https://lib.rs/crates/unrar): list and extract RAR archives
|
||||
|
||||
### Databases
|
||||
|
|
Loading…
Reference in a new issue