Skip to main content

build_format_trie

Function build_format_trie 

Source
pub fn build_format_trie(mapping: &HashMap<&str, &str>) -> Trie<()>
Expand description

Build a trie from format mapping keys

This is useful for performance when the same mapping will be used multiple times.