google / rust_icu

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

make UDataMemory Sync and Send #282

Closed filmil closed 1 year ago

filmil commented 1 year ago

While we don't use UDataMemory in threaded contexts, our users do.

NonNull explicitly removes Sync and Send, which is good for NonNull but not for us.

filmil commented 1 year ago

This will require releasing a bugfix: 4.2.1