Skip to main content

parse_auto

Function parse_auto 

Source
pub fn parse_auto(bytes: &[u8]) -> Result<DxValue, String>
Expand description

Parse DX format (auto-detect)

This function automatically detects whether the input is DX-Machine binary or DX Serializer text format and parses accordingly.