17 lines
276 B
Markdown
17 lines
276 B
Markdown
|
# elfs
|
||
|
|
||
|
A simple name generator based on [Pokemon Vietnamese Crystal](https://tvtropes.org/pmwiki/pmwiki.php/VideoGame/PokemonVietnameseCrystal).
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Add the following to your `Cargo.toml`:
|
||
|
|
||
|
```toml
|
||
|
[dependencies]
|
||
|
elfs = "0.1"
|
||
|
```
|
||
|
|
||
|
```rust
|
||
|
let name = elfs::next();
|
||
|
```
|