[][src]Function lexical::ftoa::f32toa_unsafe

pub unsafe extern "C" fn f32toa_unsafe(
    value: f32,
    first: *mut u8,
    last: *mut u8,
    base: u8
) -> *mut u8

Unsafe, C-like exporter for float numbers.

Warning

Do not call this function directly, unless you know you have a buffer of sufficient size. No size checking is done in release mode, this function is highly dangerous. Sufficient buffer sizes is denoted by BUFFER_SIZE.