Expand Stat parsing to cover all fields

Also in this commit: taking nom for a spin.
This commit is contained in:
2024-03-09 01:39:34 -08:00
parent d68986e977
commit 59221648ca
3 changed files with 84 additions and 13 deletions
+1
View File
@@ -7,3 +7,4 @@ edition = "2021"
[dependencies]
byteorder = "1.5.0"
nom = "7.1.3"