now parsing version
This commit is contained in:
parent
14af6e94e3
commit
e7fb766302
2 changed files with 47 additions and 15 deletions
|
@ -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}
|
||||
|
|
Reference in a new issue