Implement basic metrics in table

This commit is contained in:
Maximilien R
2022-02-15 20:09:43 +01:00
committed by Alex Auvolat
parent e349af13a7
commit 1e2cf26373
7 changed files with 36 additions and 7 deletions
+1
View File
@@ -4,6 +4,7 @@
#[macro_use]
extern crate log;
mod metrics;
pub mod schema;
pub mod util;