encode_with_path

Function encode_with_path 

Source
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.