Refactored write orders to be independent objects, to support parsing reads

This commit is contained in:
2020-11-11 19:38:20 +01:00
parent cfdfedb5b4
commit 3f0aaa259d
5 changed files with 289 additions and 115 deletions

View File

@@ -12,4 +12,5 @@ structopt = "0.3.20"
anyhow = "1.0.33"
thiserror = "1.0.21"
bitflags = "1.2.1"
hex = "0.4.2"
hex = "0.4.2"
snafu = "0.6.9"