use-ascii
ASCII detection, classification, stripping, and replacement helpers.
Warning: versions below
0.3.0are experimental and may change as the crate surface is refined.
Example Usage
use ;
let stripped = strip_non_ascii;
let replaced = replace_non_ascii;
let kind = ascii_kind;
let _ = ;
Scope
- ASCII-only validation and classification helpers
- removal or replacement of non-ASCII characters
- small utilities for config, CLI, docs, and text-cleanup workflows
Non-Goals
- Unicode normalization
- transliteration
- locale-aware casing behavior
License
Licensed under either of the following, at your option:
- MIT License
- Apache License, Version 2.0