add tests
This commit is contained in:
parent
a37c4c0f95
commit
5445891b8d
3 changed files with 56 additions and 27 deletions
|
@ -6,7 +6,7 @@ use num::BigInt;
|
|||
pub(super) struct Version(pub String);
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(super) enum Timescale {ps, ns, us, ms, s, unit}
|
||||
pub(super) enum Timescale {fs, ps, ns, us, ms, s, unit}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(super) struct Metadata {
|
||||
|
|
Reference in a new issue