mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
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:
committed by
Shannon Booth
parent
46912fce8d
commit
11719369e8
Notes:
github-actions[bot]
2026-04-19 08:40:41 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/11719369e83 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8975
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -392,6 +392,7 @@ name = "libregex_rust"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cbindgen",
|
||||
"libunicode_rust",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user