peasytext 0.1.1

Text processing library for Rust — case conversion (camelCase, snake_case, kebab-case, PascalCase), word/character counting, slug generation, Base64/URL encoding. Zero external dependencies.
Documentation
  • Coverage
  • 100%
    17 out of 17 items documented0 out of 0 items with examples
  • Size
  • Source code size: 15.45 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.5 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 58s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dobestan

peasytext

crates.io docs.rs License: MIT

Text processing library for Rust — case conversion (camelCase, snake_case, kebab-case, PascalCase), word/character counting, slug generation, Base64/URL encoding. Zero external dependencies.

Built from Peasytext, a free online toolkit.

Install

[dependencies]
peasytext = "0.1.1"

Or via cargo:

cargo add peasytext

Quick Start

use peasytext::*;

fn main() {
    println!("peasytext v0.1.1");
}

Also Available

Platform Package Install
PyPI peasytext pip install peasytext
npm peasytext npm install peasytext
RubyGems peasytext gem install peasytext
Homebrew peasytools/peasy brew install peasytools/peasy/peasytext

Peasy Developer Tools

Package PyPI npm RubyGems crates.io Description
peasy-pdf PyPI npm Gem Crate PDF merge, split, compress, rotate, watermark
peasy-image PyPI npm Gem Crate Image resize, crop, compress, convert, watermark
peasytext PyPI npm Gem Crate Text analysis, case conversion, slugs, word count
peasy-css PyPI npm Gem Crate CSS gradients, shadows, flexbox, grid generators
peasy-compress PyPI npm Gem Crate Gzip, deflate, brotli compression
peasy-document PyPI npm Gem Crate Markdown, HTML, CSV, JSON, YAML conversion
peasy-audio PyPI npm Gem Crate Audio convert, trim, merge, normalize, effects
peasy-video PyPI npm Gem Crate Video trim, resize, thumbnails, GIF conversion

Part of the Peasy developer tools ecosystem.

License

MIT