text-fx 0.4.0

A collection of text processing utilities for Rust.
Documentation
  • Coverage
  • 63.64%
    21 out of 33 items documented13 out of 19 items with examples
  • Size
  • Source code size: 24.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • oxnz

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.