Function format_exact

pub fn format_exact<'a>(d: &Decoded, buf: &'a mut [MaybeUninit<u8>], limit: i16) -> (&'a [u8], i16)

The exact and fixed mode implementation for Grisu with Dragon fallback.

This should be used for most cases.