google / rust_icu

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

collation: add sort key support #208

Closed vmiklos closed 3 years ago

vmiklos commented 3 years ago

By adding a safe wrapper around ucol_getSortKey().

vmiklos commented 3 years ago

Thanks! :-) Just curious, do you have any plans when would you cut a next v1.x.y release (from rust_icu_ucol or in general)?

filmil commented 3 years ago

New releases are cut on an as needed basis - I'd be glad to make one if you need it, but please allow some time for that to happen.

vmiklos commented 3 years ago

Makes sense, no rush. :-) I need this because I'm porting a python prototype to rust and pyicu provides this API. But no problem to just use git master as an interim solution till you're comfortable to push a new tag. Thanks!

vmiklos commented 3 years ago

Ping, could you please cut a new release at some stage?

I still have this as a TODO at

https://github.com/vmiklos/osm-gimmisn/blob/224017da7fe9ed46981767f3a0d75d855374b40d/Cargo.toml#L40-L43

Thanks.

filmil commented 3 years ago

Oops, I forgot. I'll try to do it next week, fwiw I have a few other minor improvements lined up.

filmil commented 3 years ago

FYI, 1.0.1 is now published.

vmiklos commented 3 years ago

Thanks a lot! :-)