This commit is contained in:
JMARyA 2024-03-03 04:08:04 +01:00
parent 1a9b758732
commit 3d4fe0566d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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