Back to browse
GitHub Repository

Detect, Remove and Replace non-ASCII characters on your codes and texts - No external dependencies - 100% human created code

3 starsRust

ascii-cleaner - A zero-dependency Rust CLI to detect/remove non-ASCII

by ancos2505·Mar 2, 2026·1 point·1 comment

AI Analysis

MidShip It

Single-purpose CLI for a solved problem; remove.bg has better use cases.

Strengths
  • Zero dependencies in Rust means fast, standalone binary
  • Detect/remove/replace gives three modes for different workflows
Weaknesses
  • Narrow use case; most developers handle encoding with built-in tools or scripting
  • No benchmarks or examples showing real-world pain points solved
Target Audience

Developers working with legacy systems, encoding issues, or text sanitization.

Similar To

iconv · dos2unix · sed

Similar Projects