symbolic_il2cpp/lib.rs
1//! Experimental IL2CPP code.
2//!
3//! This crate **is not supported**, it may break its API, it may completely disappear
4//! again. Do not consider this part of symbolic releases. It is experimental code to
5//! explore Unity IL2CPP debugging.
6
7mod line_mapping;
8
9pub use line_mapping::{LineMapping, ObjectLineMapping};