Crate rust_icu_udat

source ·
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§