fakes-gen 0.2.6

This CLI tool is generate dummys whose option you specified. You can also specify formatter for csv, tsv and json. This program support multi-locale. When not support your locale and you want your locale faker, please pull-request your locale dummy data at https://github.com/ogata-k/fakes-gen-cli/pulls.
Documentation
// if user don't specify format, use their format.
pub const DEFAULT_TIME_FORMAT: &'static str = "%H:%I:%M";
pub const DEFAULT_DATE_FORMAT: &'static str = "%Y-%m-%d";
pub const DEFAULT_DATE_TIME_FORMAT: &'static str = "%Y-%m-%d %H:%I:%M";