string_pipeline 0.13.1

A flexible, template-driven string transformation pipeline for Rust.
Documentation
1
2
3
4
5
6
7
8
## Code style and design rules
- Keep changes minimal
- Do not move/refactor existing code unless the task requires it.
- Avoid helper extraction that is only stylistic cleanup.
- Preserve existing names/signatures unless behavior requires change.
- Don't do delta style changes, if you're documenting focus on the final state
- Keep unrelated edits out of your diff.