Function format_shortest

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

The shortest mode implementation for Grisu with Dragon fallback.

This should be used for most cases.