Commit Graph

6 Commits

Author SHA1 Message Date
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 971887d2ec Add MIT license. 2015-09-22 10:08:34 -06:00
Fletcher Nichol e65056d86b Update Cargo.toml project definitions. 2015-09-22 09:36:02 -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