google / rust_icu

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

feat: support UDataMemory::open #281

Closed filmil closed 1 year ago

filmil commented 1 year ago

This should be a better way to manage the resource memory, as resources created by open are memory mapped on demand.

Some memory-constrained execution environments may care.