easy to use random-string on rust
Can be installed with:
```bash
```
```bash
use rust_string_random::{random, Options, RandWay};
let options = Options {
let res = random(5,options);
let string = res.unwrap();
```
To setup the development envrionment run `cargo run`.