Skip to main content

Module cptrie

Module cptrie 

Source

Structs§

Utf8CharsWithTrie
Iterator by char and icu_collections::codepointtrie::TrieValue over &[u8] that contains potentially-invalid UTF-8. See the crate documentation.
Utf8CharsWithTrieDefaultForAscii
Iterator by char and icu_collections::codepointtrie::TrieValue over &[u8] that contains potentially-invalid UTF-8. Uses V::default() for ASCII instead of reading from the trie. See the crate documentation.

Traits§

Utf8CharsWithTrieDefaultForAsciiEx
Convenience trait that adds chars_with_trie_default_for_ascii() and char_indices_with_trie_default_for_ascii() methods similar to the ones icu_collections::codepointtrie::CharsWithTrieEx adds to string slices to u8 slices.
Utf8CharsWithTrieEx
Convenience trait that adds chars_with_trie() and char_indices_with_trie() methods similar to the ones icu_collections::codepointtrie::CharsWithTrieEx adds to string slices to u8 slices.