pub fn parse_auto(bytes: &[u8]) -> Result<DxValue, String>
Parse DX format (auto-detect)
This function automatically detects whether the input is DX-Machine binary or DX Serializer text format and parses accordingly.