Crate rust_icu_ulistformatter
source ·Expand description
§ICU list formatting support for rust
This crate provides locale-sensitive list formatting, based on the list
formatting as implemente by the ICU library. Specifically, the functionality
exposed through its C API, as available in the header ulisetformatter.h
.
Are you missing some features from this crate? Consider reporting an issue or even contributing the functionality.
§Examples
TBD