flash-lso 0.5.0

Fast and safe SOL/AMF0/AMF3 parsing. Supports serde, Adobe flex and cyclic references
Documentation
/// Support for reading AMF0 data
pub mod read;
/// AMF0 type markers
mod type_marker;
/// Support for writing AMF0 data
pub mod write;