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
@@ -538,13 +538,13 @@ See also [A comparison of operating systems written in Rust](https://github.com/
538
538
### Text processing
539
539
540
540
*[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)
541
+
*[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)
541
542
*[dominikwilkowski/cfonts](https://github.com/dominikwilkowski/cfonts)[[cfonts](https://crates.io/crates/cfonts)] - Sexy ANSI fonts for the console 
542
543
*[grex](https://github.com/pemistahl/grex) - A command-line tool and library for generating regular expressions from user-provided test cases
543
544
*[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)
544
545
*[Lisprez/so_stupid_search](https://github.com/Lisprez/so_stupid_search) - A simple and fast string search tool for human beings
545
546
*[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)
546
547
*[phiresky/ripgrep-all](https://github.com/phiresky/ripgrep-all) - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
547
-
*[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)
548
548
*[ripgrep](https://crates.io/crates/ripgrep) - combines the usability of The Silver Searcher with the raw speed of grep
549
549
*[ruplacer](https://github.com/your-tools/ruplacer) - Find and replace text in source files [](https://github.com/your-tools/ruplacer/actions/workflows/test.yml)
@@ -723,7 +723,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
723
723
*[Stavrospanakakis/is_ready](https://github.com/Stavrospanakakis/is_ready) - Wait for multiple services to become available 
724
724
* Heroku
725
725
*[emk/heroku-buildpack-rust](https://github.com/emk/heroku-buildpack-rust) - A buildpack for Rust applications on Heroku
726
-
*[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)
726
+
*[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)
727
727
728
728
### Embedded
729
729
@@ -1698,6 +1698,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
1698
1698
1699
1699
### Parsing
1700
1700
1701
+
*[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)
1701
1702
*[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)
1702
1703
*[Eliah-Lakhin/lady-deirdre](https://github.com/Eliah-Lakhin/lady-deirdre) - A framework for new programming languages and LSP servers.
1703
1704
*[Folyd/robotstxt](https://github.com/Folyd/robotstxt) - Port of Google's robots.txt parser and matcher C++ library
@@ -1711,7 +1712,6 @@ See also [Are we game yet?](https://arewegameyet.rs)
1711
1712
*[nrc/zero](https://github.com/nrc/zero)[[zero](https://crates.io/crates/zero/)] - zero-allocation parsing of binary data
1712
1713
*[pest-parser/pest](https://github.com/pest-parser/pest) - The Elegant Parser
1713
1714
*[ptal/oak](https://github.com/ptal/oak) - A typed PEG parser generator (compiler plugin)
1714
-
*[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