An open API service indexing awesome lists of open source software.

https://github.com/mfirry/wordnet-random-name


https://github.com/mfirry/wordnet-random-name

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Inspired by `https://github.com/kohsuke/wordnet-random-name`

Usage:

```rust
extern crate dictionary;

use dictionary::Dictionary;

let mut dict = Dictionary::new();

let x = dict.word();
```