ruffle/core/src/avm2/string.rs

4 lines
64 B
Rust
Raw Normal View History

//! AVM2 String representation
pub use crate::avm1::AvmString;