strs_tools 0.48.1

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

### Responsibility Table

| Name | Responsibility |
|------|---------------|
| `mod.rs` | Algorithm selector, single-char iterator, smart_split dispatch, and fallback |
| `boyer_moore.rs` | Boyer-Moore split iterator for fixed multi-character patterns |