Expand description
Contains implementations of functions from ICU’s udat.h
.
All functions that take ustring::UChar
instead of a rust string reference do so for
efficiency. The encoding of ustring::UChar
is uniform (in contrast to say UTF-8), so
repeated manipulation of that string does not waste CPU cycles.
For detailed instructions for date and time formatting please refer to the original Unicode project documentation for date and time formatting
Structs§
- Parsed contains output of the call to
UDateFormat::parse_from_position
. - Implements
UDateFormat
- Implements
UDateTimePatternGenerator
. Since 0.5.1.