Commit Graph

13 Commits

Author SHA1 Message Date
Travis Burtrum 240308389c Update to adjective_adjective_animal 2018-08-07 00:08:48 -04:00
Fletcher Nichol 843ca9c9b2 [lint] Update formatting due to Rustfmt 0.9.0.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2017-11-08 13:21:27 -07:00
Fletcher Nichol d9dc0eafbf Inline the word data with a build script.
This gets me back to exactly what I was hoping for: 2 plaintext files
that would be "inlined" into native code which could be statically
built. The build script was the key here. Happy now ;)

Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:07:14 -06:00
Fletcher Nichol 1b1bcfbd94 [rustfmt] Updates simply due to current rustfmt.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 18:13:17 -06:00
Fletcher Nichol 938ce9a19d Use `Default` trait for Generator & Name types.
Breaking API: the function formerly known as
`Generator::default(Name::Plain)` has been changed to
`Generator::with_naming(Name::Plain)` as Generator now implements the
Default trait.
2015-11-01 08:14:00 -07:00
Fletcher Nichol 927a072f96 Add README.md. 2015-09-22 10:19:09 -06:00
Fletcher Nichol e00021e8fe Update version of library in source docs. 2015-09-22 10:05:19 -06:00
Fletcher Nichol 9afc4bc2ac Extract cli into a subproject.
The cli binary pulls in more dependencies via clap and is not strictly
necessary in a crate-only context.
2015-09-22 09:15:03 -06:00
Fletcher Nichol 5791c6f7ca Reimplement library to be an Interator. 2015-09-22 09:01:39 -06:00
Fletcher Nichol 4059e5002d Add documentation. 2015-09-21 12:49:30 -06:00
Fletcher Nichol cf8d03cece Now a library and a binary. 2015-09-19 13:17:59 -07:00
Fletcher Nichol b7557465ef MVP. 2015-09-19 12:28:27 -07:00
Fletcher Nichol f852f53302 Initial 2015-09-19 11:06:58 -07:00