summaryrefslogtreecommitdiffstats
path: root/src/options/mod.rs
AgeCommit message (Collapse)Author
2016-04-17Remove unnecessary .to_string()s from option testsBenjamin Sago
2016-04-17Split up the options moduleBenjamin Sago
The original options was becoming a bit unwieldy, and would have been even more so if I added the same amount of comments. So this commit splits it up. There's no extra hiding going on here, or rearranging things within the module: (almost) everything now has to be marked 'pub' to let other sub-modules in the new options module to see it.