Crate rust_icu_ustring
source ·Expand description
Implemuntation of the functions in the ICU4C ustring.h
header.
This is where the UTF-8 strings get converted back and forth to the UChar representation.
Macros
- Same as
rust_icu_common::buffered_string_method_with_retry
, but for unicode strings.
Structs
- The implementation of the ICU
UChar*
.