Function binn_ir::encode_float

source ·
pub fn encode_float<W>(stream: &mut W, f: f32) -> IoResult<Size>where
    W: Write,
Expand description

Encodes a Float

Result: total bytes that have been written.