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 |