Decision Workspace
srgn vs treegrep vs ripgrep
Side-by-side comparison of Rust crates
51
srgn
growingv0.14.2
A grep-like tool which understands source code syntax and allows for manipulation in addition to search
60
treegrep
stablev2.1.1
regex pattern matcher that displays results in a tree structure with an interface to jump to matched text
56
ripgrep
growingv15.1.0
ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern while respecting gitignore rules. ripgrep has first class support on Windows, macOS and Linux.
Core Metrics
| srgn | treegrep | ripgrep | |
|---|---|---|---|
| Health Score | 51 | 60 | 56 |
| Total Downloads | 41.1K | 7.9K | 1.4M |
| 30d Downloads | 0 | 0 | 25.2K |
| Dependents | 0 | 0 | 1 |
| Releases | 30 | 13 | 58 |
| Last Updated | 92d ago | today | 215d ago |
| Age | 2y 7m | 2y 4m | 9y 8m |
Health Breakdown
srgn
Maintenance
14
Quality
10
Community
6
Popularity
6
Documentation
15
treegrep
Maintenance
18
Quality
18
Community
6
Popularity
5
Documentation
13
ripgrep
Maintenance
9
Quality
18
Community
7
Popularity
7
Documentation
15
Technical Details
| srgn | treegrep | ripgrep | |
|---|---|---|---|
| Version | 0.14.2 | 2.1.1 | 15.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | Unlicense OR MIT |
| Dependencies | 47 | 10 | 13 |
| Crate Size | 2.8MB | 47KB | 222KB |
| Features | 4 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85.0 | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •treegrep leads with a health score of 60/100, but none of the options score above 80.
- •ripgrep has the most downloads (1.4M), suggesting wider adoption.
- •srgn is pre-1.0 — API may change.