now parsing version

This commit is contained in:
Yehowshua Immanuel 2022-06-12 15:32:00 -04:00
parent 14af6e94e3
commit e7fb766302
2 changed files with 47 additions and 15 deletions

View file

@ -3,7 +3,7 @@ use chrono::prelude::*;
use num::BigInt;
#[derive(Debug)]
pub(super) struct Version(String);
pub(super) struct Version(pub String);
#[derive(Debug)]
pub(super) enum Timescale {ps, ns, us, ms, s, unit}