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 Dragon.
format_exactpub fn format_exact<'a>(d: &Decoded, buf: &'a mut [MaybeUninit<u8>], limit: i16) -> (&'a [u8], i16)
The exact and fixed mode implementation for Dragon.