rusty_v8
rusty_v8 copied to clipboard
feat: Add `v8::icu::get_default_locale` function
closes #797
What do you need this for?
What do you need this for?
Needed for https://github.com/denoland/deno/pull/12322
@littledivy I don't think that would work - the data you get from ICU is stack-allocated and as such can't return it to Rust.