| Crates.io | text-fx |
| lib.rs | text-fx |
| version | 0.4.0 |
| created_at | 2025-05-25 14:17:02.285741+00 |
| updated_at | 2025-05-30 06:21:36.946725+00 |
| description | A collection of text processing utilities for Rust. |
| homepage | https://github.com/enterprise-search/text-fx |
| repository | https://github.com/enterprise-search/text-fx |
| max_upload_size | |
| id | 1688396 |
| size | 24,567 |
A collection of text processing utilities for Rust.
Add this to your Cargo.toml:
[dependencies]
text-fx = "0.1.0"
Then in your code:
use text_fx::your_function; // Replace with actual function
fn main() {
// Example usage
}
See the docs.rs documentation.
This project is licensed under the MIT License.
Contributions are welcome! Please open issues or pull requests on GitHub.