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.
pub fn blob_to_vec(blob: &[u8]) -> Vec<f32>Decode a BLOB back into a float vector.
Reverses vec_to_blob: reads 4-byte little-endian f32 values
from the byte slice.