ruffle/core/src/avm2/string.rs

4 lines
66 B
Rust
Raw Normal View History

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