aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add a simplistic locale module.Harald Eilertsen2018-12-252-1/+47
| | | | | | | | For now only handles formatting the date string. Not sure how I will provide for different date formats, as the format string has to be a static string literal and can't be passed in from a variable. Would probably be better to interface the locale functionality of the OS instead.
* Replace Inflector crate with homebrewed capitalize function.Harald Eilertsen2018-12-251-4/+10
| | | | | The Inflector crate did funky things with whitespace and punctuation, which is not desireable to us.
* First commit, working but incomplete.Harald Eilertsen2018-12-251-0/+62