Add support to read embbed control block (tested game: https://vndb.org/v19829 )

This commit is contained in:
2026-04-07 12:01:27 +08:00
parent 80150784ab
commit 7b0de4468b
17 changed files with 376 additions and 4 deletions

View File

@@ -33,6 +33,8 @@ pub mod psd;
pub mod rc4;
#[cfg(feature = "utils-serde-base64bytes")]
pub mod serde_base64bytes;
#[cfg(feature = "utils-simple-pack")]
pub mod simple_pack;
#[cfg(feature = "utils-str")]
pub mod str;
pub mod struct_pack;