text-fx 0.2.0

A collection of text processing utilities for Rust.
Documentation
  • Coverage
  • 69.23%
    18 out of 26 items documented11 out of 14 items with examples
  • Size
  • Source code size: 20.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.27 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.