text-fx

Crates.iotext-fx
lib.rstext-fx
version0.4.0
created_at2025-05-25 14:17:02.285741+00
updated_at2025-05-30 06:21:36.946725+00
descriptionA collection of text processing utilities for Rust.
homepagehttps://github.com/enterprise-search/text-fx
repositoryhttps://github.com/enterprise-search/text-fx
max_upload_size
id1688396
size24,567
Max Z (oxnz)

documentation

https://docs.rs/text-fx

README

text-fx

Crates.io Docs.rs MIT licensed

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:

[dependencies]
text-fx = "0.1.0"

Then in your code:

use text_fx::your_function; // Replace with actual function

fn main() {
    // Example usage
}

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.

Commit count: 0

cargo fmt