diff --git a/technology/dev/programming/languages/Rust.md b/technology/dev/programming/languages/Rust.md index 11bb7e1..cc7d9f4 100644 --- a/technology/dev/programming/languages/Rust.md +++ b/technology/dev/programming/languages/Rust.md @@ -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