Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38635da

Browse files
authored
Flexible library for compressing and decompressing files using various algorithms (zip, tar, gzip, xz, zst, etc.) with modular design for easy extension
1 parent15903d0 commit38635da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
580580
*[dominikwilkowski/cfonts](https://github.com/dominikwilkowski/cfonts)[[cfonts](https://crates.io/crates/cfonts)] - Sexy ANSI fonts for the console![build badge](https://github.com/dominikwilkowski/cfonts/actions/workflows/testing.yml/badge.svg)
581581
*[grex](https://github.com/pemistahl/grex) - A command-line tool and library for generating regular expressions from user-provided test cases
582582
*[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.)
584584
*[Melody](https://github.com/yoav-lavi/melody) - A language that compiles to regular expressions and aims to be more easily readable and maintainable[![build badge](https://github.com/yoav-lavi/melody/actions/workflows/rust.yml/badge.svg)](https://github.com/yoav-lavi/melody/actions/workflows/rust.yml)[![crates.io](https://img.shields.io/crates/v/melody_compiler?label=compiler)](https://crates.io/crates/melody_compiler)
585585
*[phiresky/ripgrep-all](https://github.com/phiresky/ripgrep-all) - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
586586
*[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_
11631163
*[sstadick/gzp](https://github.com/sstadick/gzp/) - multi-threaded encoding and decoding of deflate formats and snappy
11641164
* miniz
11651165
*[rust-lang/flate2-rs](https://github.com/rust-lang/flate2-rs) -[miniz](https://code.google.com/archive/p/miniz) bindings[![build badge](https://github.com/rust-lang/flate2-rs/workflows/CI/badge.svg?branch=master)](https://github.com/rust-lang/flate2-rs/actions)
1166+
*[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
11661167
* tar
11671168
*[alexcrichton/tar-rs](https://github.com/alexcrichton/tar-rs) - tar archive reading/writing
11681169
* zip

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp