Commit Graph

23 Commits

Author SHA1 Message Date
Fletcher Nichol aba273486b Release 0.10.0. 2015-11-01 08:30:50 -07:00
Fletcher Nichol 6d8a563080 [cli] Update dependencies & constrain version of clap. 2015-11-01 08:25:17 -07: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 858f336713 Update usage output. 2015-09-27 23:39:21 -06:00
Fletcher Nichol 3bb68078f8 Update cli's clap dependency to 1.4.2. 2015-09-27 23:35:26 -06:00
Fletcher Nichol 67a5a7ffc8 Release 0.9.0. 2015-09-22 10:29:59 -06:00
Fletcher Nichol 6120de60b2 Exclude `cli/` in main project. 2015-09-22 10:25:28 -06:00
Fletcher Nichol 738c62ee89 Update crate link. 2015-09-22 10:20:12 -06:00
Fletcher Nichol 927a072f96 Add README.md. 2015-09-22 10:19:09 -06:00
Fletcher Nichol 971887d2ec Add MIT license. 2015-09-22 10:08:34 -06:00
Fletcher Nichol e00021e8fe Update version of library in source docs. 2015-09-22 10:05:19 -06:00
Fletcher Nichol d16a7f4c5f Add documentation URL to Cargo.toml. 2015-09-22 10:04:04 -06:00
Fletcher Nichol 0993d8749b Redirect GitHub pages to names/index.html. 2015-09-22 10:00:34 -06:00
Fletcher Nichol 19be47ec5b Update GitHub pages on success. 2015-09-22 09:56:37 -06:00
Fletcher Nichol 598ede2974 Add initial .travis.yml to project. 2015-09-22 09:41:12 -06:00
Fletcher Nichol e65056d86b Update Cargo.toml project definitions. 2015-09-22 09:36:02 -06:00
Fletcher Nichol f69e2afc44 Remove Cargo.lock from crate library. 2015-09-22 09:16:53 -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