LibRegex+LibUnicode: Migrate Unicode Rust FFI methods to LibUnicode

Let's not have LibRegex be the home of LibUnicode FFI. Move these to
LibUnicode so that we can:

1. Use these helpers in other libraries more easily.
2. Swap out icu4c methods with icu4x methods all within LibUnicode.
This commit is contained in:
Timothy Flynn
2026-04-18 13:29:10 -04:00
committed by Shannon Booth
parent 46912fce8d
commit 11719369e8
Notes: github-actions[bot] 2026-04-19 08:40:41 +00:00
13 changed files with 516 additions and 589 deletions

1
Cargo.lock generated
View File

@@ -392,6 +392,7 @@ name = "libregex_rust"
version = "0.1.0"
dependencies = [
"cbindgen",
"libunicode_rust",
]
[[package]]