pub fn from_blob(b: &[u8]) -> Vec<f32>
Decode a little-endian byte blob back into an f32 vector. Trailing bytes that don’t form a full f32 are ignored (defensive; should never happen for blobs produced by to_blob).
f32
to_blob