Function parse_fast_owned

Source
pub fn parse_fast_owned<T>(s: SmartString) -> Result<T, CommonError>
where T: for<'de> Deserialize<'de>,
Expand description

High-performance JSON parsing from owned SmartString

This is the preferred method for parsing market data messages