pub fn decode_with_path(
encoded: &str,
dict: &Dictionary,
path: EncodingPath,
) -> Option<Vec<u8>>Expand description
Decode using a specific path (for benchmarking).
Returns None if the path is not available for this dictionary.
pub fn decode_with_path(
encoded: &str,
dict: &Dictionary,
path: EncodingPath,
) -> Option<Vec<u8>>Decode using a specific path (for benchmarking).
Returns None if the path is not available for this dictionary.