pub fn encode_with_path(
data: &[u8],
dict: &Dictionary,
path: EncodingPath,
) -> Option<String>Expand description
Encode using a specific path (for benchmarking).
Returns None if the path is not available for this dictionary.
pub fn encode_with_path(
data: &[u8],
dict: &Dictionary,
path: EncodingPath,
) -> Option<String>Encode using a specific path (for benchmarking).
Returns None if the path is not available for this dictionary.