mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
io: add storage helper
Use bincode+zstd to serialize data structures for temporary storage.
This commit is contained in:
parent
f47b38b2ca
commit
21fd3a42ca
4 changed files with 84 additions and 0 deletions
|
@ -9,6 +9,7 @@ default-run = "minedmap"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
bincode = "1.3.3"
|
||||
bytemuck = "1.13.0"
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
enumflags2 = "0.7.5"
|
||||
|
@ -17,3 +18,4 @@ flate2 = "1.0.25"
|
|||
itertools = "0.10.5"
|
||||
num-integer = "0.1.45"
|
||||
serde = "1.0.152"
|
||||
zstd = "0.12.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue