https://github.com/mfirry/wordnet-random-name
https://github.com/mfirry/wordnet-random-name
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfirry/wordnet-random-name
- Owner: mfirry
- License: agpl-3.0
- Created: 2021-04-10T12:54:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T12:56:09.000Z (about 4 years ago)
- Last Synced: 2025-03-20T10:56:50.607Z (about 2 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```