text-fx
A collection of text processing utilities for Rust.
Features
- String manipulation utilities
- Text normalization
- Command-line utilities (if applicable)
- ...and more!
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
Then in your code:
use your_function; // Replace with actual function
Documentation
See the docs.rs documentation.
License
This project is licensed under the MIT License.
Contribution
Contributions are welcome! Please open issues or pull requests on GitHub.