random_word 0.2.2

Reliable and memory efficient functions for generating random english words
Documentation
1
2
3
4
5
6
7
8
9
10
# random_word


The `random_word` crate provides an efficient way to generate random 
english words. 

## Generating a random word


```rust
let word = random_word::gen();
```