google / rust_icu

rust_icu: rust bindings for ICU (International Components for Unicode) library
Apache License 2.0
113 stars 34 forks source link

Expose a few interesting symbols in rust_icu_sys #264

Closed filmil closed 1 year ago

filmil commented 1 year ago

UCPTrieType, all UCPTRIE_ constants, umutablecptrie_open, umutablecptrie_set, umutablecptrie_buildImmutable, usrc_writeUCPTrie UPRV_TARGET_SYNTAX_TOML

Requested by @Manishearth

filmil commented 1 year ago

Is done.