pub fn format_exact<'a>(
    d: &Decoded,
    buf: &'a mut [MaybeUninit<u8>],
    limit: i16
) -> (&'a [u8], i16)🔬This is a nightly-only experimental API. (
flt2dec)Expand description
The exact and fixed mode implementation for Grisu with Dragon fallback.
This should be used for most cases.