strs_tools 0.49.1

Tools to manipulate strings.
Documentation
1
2
3
4
5
6
7
8
9
# parser/

### Responsibility Table

| Name | Responsibility |
|------|---------------|
| `mod.rs` | Module declarations, error types, token types, and extension traits |
| `command_parser.rs` | Context-aware structured command-line parser |
| `manual_split.rs` | Validated split iterator preserving lifetime references |