blob_to_vec

Function blob_to_vec 

Source
pub fn blob_to_vec(blob: &[u8]) -> Vec<f32>
Expand description

Decode a BLOB back into a float vector.

Reverses vec_to_blob: reads 4-byte little-endian f32 values from the byte slice.