Add snapshot encoding / decoding

This commit is contained in:
Dustin J. Mitchell 2021-10-07 21:24:27 -04:00
parent bde19d7f07
commit 13a96efacb
4 changed files with 189 additions and 0 deletions

1
Cargo.lock generated
View file

@ -2962,6 +2962,7 @@ version = "0.4.1"
dependencies = [
"anyhow",
"chrono",
"flate2",
"log",
"pretty_assertions",
"proptest",