Documentation
# numeronym
n7m

## i10n

```
cargo install numeronym
```

## u3e

You can use n7m in command line.

```
$ numeronym usage
u3e
$ n7m --help
-4p
```

and also library.

```rust
let installation = numeronym::numeronym("installation");
println!("{}", installation); // i10n
```