extract & generalize calendar day indexes

My main goal is to support creating indexes for signals as well as
recordings. An additional goal is to just shrink db.rs a bit; it's
gotten quite large.
This commit is contained in:
Scott Lamb
2021-03-23 09:40:52 -07:00
parent 3c057af896
commit 3ec60b85a3
4 changed files with 332 additions and 276 deletions

View File

@@ -8,6 +8,7 @@ pub mod auth;
pub mod check;
mod coding;
mod compare;
pub mod days;
pub mod db;
pub mod dir;
mod fs;