String Simple
This utility library contains a collection of string functions that I use in my other projects.
How to use
1. Add Dependency
[]
= "0.1.0"
2. Use Crate
use StringBuilder;
const LOOP_COUNT: u8 = 10;
Task Checklist
- 'string builder' struct.
- Implementation
- Test cases
- Documentation
- Benchmark
- 'replace all' string function.
- Implementation
- Test cases
- Documentation
- Benchmark
- 'find first' string function.
- Implementation
- Test Cases
- Documentation
- Benchmark
- 'append' string function.
- Implementation
- Test cases
- Documentation
- Benchmark
- 'find all' string function.
- Implementation
- Test cases
- Documentation
- Benchmark