aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Move executable to separate dir.Harald Eilertsen2018-12-271-83/+0
* Move more functionality to lib.Harald Eilertsen2018-12-261-6/+2
* Begin moving core functionality to lib.Harald Eilertsen2018-12-261-14/+2
* Change link representation again, make it a plain map.Harald Eilertsen2018-12-261-5/+3
* Print links to sources for the marks.Harald Eilertsen2018-12-261-1/+9
* Use serde_derive to deserialize primstav data into a struct.Harald Eilertsen2018-12-261-14/+26
* One more test case for capitalize().Harald Eilertsen2018-12-261-0/+1
* capitalize() would fail if first char were not ascii.Harald Eilertsen2018-12-261-2/+11
* Add locale::get() and make EN default locale.Harald Eilertsen2018-12-251-1/+2
* Add a simplistic locale module.Harald Eilertsen2018-12-251-1/+3
* Replace Inflector crate with homebrewed capitalize function.Harald Eilertsen2018-12-251-4/+10
* First commit, working but incomplete.Harald Eilertsen2018-12-251-0/+62