strs_tools 0.48.1

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

### Responsibility Table

| Name | Responsibility |
|------|---------------|
| `lib.rs` | Crate root with feature gates and module declarations |
| `simd.rs` | SIMD-accelerated delimiter search primitives |
| `ansi/` | ANSI escape sequence detection, parsing, stripping, and visual measurement |
| `string/` | String splitting, isolation, indentation, number parsing, and command parsing |
| `bin/` | Binary entry points for SIMD benchmarking |