parse header

This commit is contained in:
nora 2023-02-11 18:33:34 +01:00
parent b4e6836e04
commit ee1a18f7c3
7 changed files with 227 additions and 1 deletions

View file

@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
memmap2 = "0.5.8"
nom = "7.1.3"
thiserror = "1.0.38"