mirror of
https://github.com/Momoko-Ayase/Senbei.git
synced 2026-09-19 03:57:59 -04:00
10 lines
155 B
Rust
10 lines
155 B
Rust
//! Unity il2cpp metadata restoration.
|
|
|
|
pub mod android;
|
|
mod common;
|
|
mod structural;
|
|
pub mod windows;
|
|
|
|
pub use common::is_metadata;
|
|
pub use structural::*;
|