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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -537,13 +537,13 @@ See also [A comparison of operating systems written in Rust](https://github.com/
537
537
### Text processing
538
538
539
539
*[ashvardanian/stringzilla](https://github.com/ashvardanian/StringZilla) - SIMD-accelerated string search, sort, edit distances, alignments, and generators for x86 AVX2 & AVX-512, and Arm NEON [](https://crates.io/crates/stringzilla)
540
+
*[cchexcode/complate](https://github.com/cchexcode/complate) - An in-terminal text templating tool designed for standardizing messages (like for GIT commits). [](https://crates.io/crates/complate)[](https://crates.io/crates/complate)[](https://github.com/cchexcode/complate/actions)
540
541
*[dominikwilkowski/cfonts](https://github.com/dominikwilkowski/cfonts)[[cfonts](https://crates.io/crates/cfonts)] - Sexy ANSI fonts for the console 
541
542
*[grex](https://github.com/pemistahl/grex) - A command-line tool and library for generating regular expressions from user-provided test cases
542
543
*[jqnatividad/qsv](https://github.com/jqnatividad/qsv)[[qsv](https://crates.io/crates/qsv)] - A high performance CSV data-wrangling toolkit. Forked from xsv, with 34+ additional commands & more. [](https://github.com/jqnatividad/qsv/actions/workflows/rust.yml)[](https://github.com/jqnatividad/qsv/actions/workflows/rust-windows.yml)[](https://github.com/jqnatividad/qsv/actions/workflows/rust-macos.yml)
543
544
*[Lisprez/so_stupid_search](https://github.com/Lisprez/so_stupid_search) - A simple and fast string search tool for human beings
544
545
*[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)
545
546
*[phiresky/ripgrep-all](https://github.com/phiresky/ripgrep-all) - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
546
-
*[replicadse/complate](https://github.com/replicadse/complate) - An in-terminal text templating tool designed for standardizing messages (like for GIT commits). [](https://crates.io/crates/complate)[](https://crates.io/crates/complate)[](https://github.com/replicadse/complate/actions)
547
547
*[ripgrep](https://crates.io/crates/ripgrep) - combines the usability of The Silver Searcher with the raw speed of grep
548
548
*[ruplacer](https://github.com/your-tools/ruplacer) - Find and replace text in source files [](https://github.com/your-tools/ruplacer/actions/workflows/test.yml)
@@ -722,7 +722,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
722
722
*[Stavrospanakakis/is_ready](https://github.com/Stavrospanakakis/is_ready) - Wait for multiple services to become available 
723
723
* Heroku
724
724
*[emk/heroku-buildpack-rust](https://github.com/emk/heroku-buildpack-rust) - A buildpack for Rust applications on Heroku
725
-
*[MarcoIeni/release-plz](https://github.com/MarcoIeni/release-plz)[[release-plz](https://crates.io/crates/release-plz)] - Release crates from CI, with changelog generation and semver check. [](https://github.com/MarcoIeni/release-plz/actions)
725
+
*[release-plz](https://github.com/release-plz/release-plz)[[release-plz](https://crates.io/crates/release-plz)] - Release crates from CI, with changelog generation and semver check. [](https://github.com/release-plz/release-plz/actions)
726
726
727
727
### Embedded
728
728
@@ -1697,6 +1697,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
1697
1697
1698
1698
### Parsing
1699
1699
1700
+
*[cchexcode/wavefront_rs](https://github.com/cchexcode/wavefront_rs) - A parser for the Wavefront OBJ format. [](https://crates.io/crates/wavefront_rs)[](https://crates.io/crates/wavefront_rs)[](https://github.com/cchexcode/wavefront_rs/actions)
1700
1701
*[comex/rust-shlex](https://github.com/comex/rust-shlex)[[shlex](https://crates.io/crates/shlex)] - Split a string into shell words, like Python's shlex. [](https://github.com/comex/rust-shlex/actions/workflows/test.yml)
1701
1702
*[Eliah-Lakhin/lady-deirdre](https://github.com/Eliah-Lakhin/lady-deirdre) - A framework for new programming languages and LSP servers.
1702
1703
*[Folyd/robotstxt](https://github.com/Folyd/robotstxt) - Port of Google's robots.txt parser and matcher C++ library
@@ -1710,7 +1711,6 @@ See also [Are we game yet?](https://arewegameyet.rs)
1710
1711
*[nrc/zero](https://github.com/nrc/zero)[[zero](https://crates.io/crates/zero/)] - zero-allocation parsing of binary data
1711
1712
*[pest-parser/pest](https://github.com/pest-parser/pest) - The Elegant Parser
1712
1713
*[ptal/oak](https://github.com/ptal/oak) - A typed PEG parser generator (compiler plugin)
1713
-
*[replicadse/wavefront_rs](https://github.com/replicadse/wavefront_rs) - A parser for the Wavefront OBJ format. [](https://crates.io/crates/wavefront_rs)[](https://crates.io/crates/wavefront_rs)[](https://github.com/replicadse/wavefront_rs/actions)
0 commit comments