Skip to main content

f32_to_bytes

Function f32_to_bytes 

Source
pub fn f32_to_bytes(v: &[f32]) -> &[u8] 
Expand description

Convert &f32 to &u8 for sqlite-vec storage.

§Safety

Safe because f32 has no padding and is well-defined bit pattern.