SaaSHub helps you find the best software and product alternatives Learn more →
Top 21 Rust Text processing Projects
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Project mention: SD: Intuitive find and replace CLI (sed alternative) | news.ycombinator.com | 2025-02-07
-
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Project mention: Build a Database in Four Months with Rust and 647 Open-Source Dependencies | news.ycombinator.com | 2025-01-15> but that they rely on third party dependencies for critical components (like regex and async).
Regex is not a third-party dependency:
https://github.com/rust-lang/regex
-
-
-
https://github.com/BurntSushi/aho-corasick
I've had a lot of fun playing with it, it was very nice & simple to use. It's also foundational in the Rust ecosystem, so it's well maintained.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
Matcher
A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust. (by Lips7)
Project mention: Show HN: A matcher designed to solve logical and text variations match problem | news.ycombinator.com | 2024-07-19 -
untanglr
Probabilistically split concatenated words using NLP based on English Wikipedia unigram frequencies.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust Text processing discussion
Rust Text processing related posts
-
How to combine rg with less in terminal
-
Resolving a mysterious problem with find
-
SD: Intuitive find and replace CLI (sed alternative)
-
Ripgrep Cheatsheet For Neovim Users
-
Finding all HTML tags in a project not being self-closed
-
Ripgrep: Recursively Searches Directories for a Regex
-
Ripgrep
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Feb 2025
Index
What are some of the best open-source Text processing projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | ripgrep | 50,139 |
2 | sd | 6,058 |
3 | regex | 3,620 |
4 | pomsky | 1,295 |
5 | Fluent | 1,121 |
6 | aho-corasick | 1,057 |
7 | whatlang-rs | 991 |
8 | nucleo | 981 |
9 | hck | 707 |
10 | textwrap | 476 |
11 | suffix | 264 |
12 | tabwriter | 256 |
13 | UNIC | 240 |
14 | cpc | 137 |
15 | sliceslice-rs | 93 |
16 | srch | 75 |
17 | nlpo3 | 34 |
18 | ngrams | 27 |
19 | Matcher | 17 |
20 | untanglr | 14 |
21 | rtr | 1 |