1/// Support for reading AMF0 data 2pub mod read; 3/// AMF0 type markers 4mod type_marker; 5/// Support for writing AMF0 data 6pub mod write;