src/tools/systemd/parse_time.rs: move parser into separate file

This commit is contained in:
Dietmar Maurer
2020-05-16 06:53:15 +02:00
parent 2ee6b3fdb9
commit e05b637c73
3 changed files with 336 additions and 328 deletions

View File

@ -1,3 +1,5 @@
pub mod time;
pub mod types;
pub mod config;
mod parse_time;
pub mod time;