Decision Workspace
ogex vs sscanf vs scrolling_window_pattern_matcher
Side-by-side comparison of Rust crates
48
ogex
experimentalv0.1.1
A regex engine with unified syntax for named groups and backreferences
61
sscanf
growingv0.5.0
A sscanf (inverse of format!()) macro with near unlimited parsing capabilities
54
scrolling_window_pattern_matcher
growingv3.0.1
A unified pattern matching library with optional context support and extractor-driven architecture for streaming data processing.
Core Metrics
| ogex | sscanf | scrolling_window_pattern_matcher | |
|---|---|---|---|
| Health Score | 48 | 61 | 54 |
| Total Downloads | 50 | 1.8M | 3.8K |
| 30d Downloads | 33 | 109.1K | 13 |
| Dependents | 2 | 135 | 0 |
| Releases | 2 | 17 | 11 |
| Last Updated | 3d ago | 27d ago | 211d ago |
| Age | 1m | 5y | 8m |
Health Breakdown
ogex
Maintenance
14
Quality
15
Community
7
Popularity
2
Documentation
10
sscanf
Maintenance
17
Quality
14
Community
11
Popularity
7
Documentation
12
scrolling_window_pattern_matcher
Maintenance
11
Quality
18
Community
6
Popularity
4
Documentation
15
Technical Details
| ogex | sscanf | scrolling_window_pattern_matcher | |
|---|---|---|---|
| Version | 0.1.1 | 0.5.0 | 3.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MPL-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 6 | 5 | 2 |
| Crate Size | 64KB | 64KB | 32KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | 1.88.0 | 1.70 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sscanf leads with a health score of 61/100, but none of the options score above 80.
- •sscanf is depended on by 135 crates — strongest ecosystem trust.
- •ogex, sscanf are pre-1.0 — API may change.