Skip to main content

from_blob

Function from_blob 

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

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).