text-cleaner 0.1.0

An implementation of some common text manipulation operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Text Cleaner

This is a Rust library that provides the `Clean` trait and some implementations.

## Usage

Add to your Rust project.

```sh
cargo add text-cleaner
```