Factor out date serde into newtype

This commit is contained in:
Dominik Werder
2022-11-23 10:38:07 +01:00
parent 9f97316caf
commit 694ec7ea98
5 changed files with 119 additions and 93 deletions

View File

@@ -1,4 +1,5 @@
pub mod api1;
pub mod datetime;
use crate::get_url_query_pairs;
use crate::{log::*, DiskIoTune};