Skip to main content

decode_first_to_f64

Function decode_first_to_f64 

Source
pub fn decode_first_to_f64(blob: &[u8]) -> Result<DecodedF64>
Expand description

Decodes the first blob as promoted f64 samples and permits trailing bytes.

ยงErrors

Returns an error when the first blob is malformed or unsupported.