feat: footer parser

This commit is contained in:
鲁树人
2024-09-05 23:37:55 +01:00
parent 4b89ad9962
commit 15bfd296f0
14 changed files with 445 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
use thiserror::Error;
pub mod footer;
pub mod v1;
pub mod v2_map;
pub mod v2_rc4;