refactor: align platform crate boundaries

This commit is contained in:
bfloat16
2026-09-07 19:29:54 +08:00
parent aa1bcaa2eb
commit 6250ca4e98
43 changed files with 1004 additions and 1004 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
//! Unity il2cpp metadata restoration.
pub mod android;
mod common;
mod structural;
pub mod windows;
pub use windows::*;
pub use common::is_metadata;
pub use structural::*;