pub fn parse_fast_slice<T>(s: &mut [u8]) -> Result<T, CommonError>where
T: for<'de> Deserialize<'de>,Expand description
High-performance JSON parsing from mutable byte slice
SAFETY: This function modifies the input byte buffer for performance.
pub fn parse_fast_slice<T>(s: &mut [u8]) -> Result<T, CommonError>where
T: for<'de> Deserialize<'de>,High-performance JSON parsing from mutable byte slice
SAFETY: This function modifies the input byte buffer for performance.