You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Flexible library for compressing and decompressing files using various algorithms (zip, tar, gzip, xz, zst, etc.) with modular design for easy extension
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -580,7 +580,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
580
580
*[dominikwilkowski/cfonts](https://github.com/dominikwilkowski/cfonts)[[cfonts](https://crates.io/crates/cfonts)] - Sexy ANSI fonts for the console
581
581
*[grex](https://github.com/pemistahl/grex) - A command-line tool and library for generating regular expressions from user-provided test cases
582
582
*[Lisprez/so_stupid_search](https://github.com/Lisprez/so_stupid_search) - A simple and fast string search tool for human beings
583
-
*[loki_text](https://github.com/roquess/loki_text) - String manipulation library with pattern searching, text transformation, and multiple string search algorithms (KMP, Boyer-Moore, Aho-Corasick, etc.)
583
+
*[loki_text](https://github.com/roquess/loki_text)[[loki_text](https://crates.io/crates/loki_text)]- String manipulation library with pattern searching, text transformation, and multiple string search algorithms (KMP, Boyer-Moore, Aho-Corasick, etc.)
584
584
*[Melody](https://github.com/yoav-lavi/melody) - A language that compiles to regular expressions and aims to be more easily readable and maintainable[](https://github.com/yoav-lavi/melody/actions/workflows/rust.yml)[](https://crates.io/crates/melody_compiler)
585
585
*[phiresky/ripgrep-all](https://github.com/phiresky/ripgrep-all) - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
586
586
*[ripgrep](https://crates.io/crates/ripgrep) - combines the usability of The Silver Searcher with the raw speed of grep
@@ -1163,6 +1163,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
1163
1163
*[sstadick/gzp](https://github.com/sstadick/gzp/) - multi-threaded encoding and decoding of deflate formats and snappy
*[paxit](https://github.com/roquess/paxit)[[paxit](https://crates.io/crates/paxit)] - Flexible library for compressing and decompressing files using various algorithms (zip, tar, gzip, xz, zst, etc.) with modular design for easy extension
1166
1167
* tar
1167
1168
*[alexcrichton/tar-rs](https://github.com/alexcrichton/tar-rs) - tar archive reading/writing