summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/time.rs
AgeCommit message (Collapse)Author
2019-09-14perf: Lazy load files from directory (#335)Nick Young
Changes context to use `once_cell` to lazily evaluate directory listing on first use.
2019-09-10feat: Implement the prompt module for time (#138)John Letey
Add a module which displays the current time in a format requested by the user. Disabled by default.