flash-lso 0.7.0

Fast and safe SOL/AMF0/AMF3 parsing. Supports serde, Adobe flex and cyclic references
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Support for reading AMF0 data
pub mod read;

/// AMF0 type markers
mod type_marker;

/// Support for writing AMF0 data
pub mod write;

/// High-level writer that assists in generation of self-referential amf0 data
pub mod writer;