use-match
Reusable match-result primitives for RustUse pattern helpers.
Warning: versions below
0.3.0are experimental and may change as the workspace matures.
Example Usage
use ;
let span = MatchSpan ;
let item = TextMatch ;
assert_eq!;
assert_eq!;
assert!;
Scope
- string-backed span and match-result primitives
- safe span validation and slicing helpers
- small collection helpers for common match access patterns
Non-Goals
- regex execution
- parser AST construction
- validation result frameworks
License
Licensed under either of the following, at your option:
- MIT License
- Apache License, Version 2.0