mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-14 14:10:05 +02:00
parent
5ce24aa2de
commit
72e2c94398
@ -12194,21 +12194,23 @@ msgstr "日志将会在 `adb logcat` 中显示:"
|
||||
msgid ""
|
||||
"Rust has excellent support for interoperability with other languages. This "
|
||||
"means that you can:"
|
||||
msgstr ""
|
||||
msgstr "Rust 对于与其他编程语言的互操作性有着出色的支持。这意味着您可以:"
|
||||
|
||||
#: src/android/interoperability.md:6
|
||||
msgid "Call Rust functions from other languages."
|
||||
msgstr ""
|
||||
msgstr "从其他语言调用 Rust 函数。"
|
||||
|
||||
#: src/android/interoperability.md:7
|
||||
msgid "Call functions written in other languages from Rust."
|
||||
msgstr ""
|
||||
msgstr "从 Rust 调用用其他语言编写的函数。"
|
||||
|
||||
#: src/android/interoperability.md:9
|
||||
msgid ""
|
||||
"When you call functions in a foreign language we say that you're using a "
|
||||
"_foreign function interface_, also known as FFI."
|
||||
msgstr ""
|
||||
"当您从外部语言调用函数时,我们称之为使用 **外部函数接口**(*Foreign Function "
|
||||
"Interface*, FFI)。"
|
||||
|
||||
#: src/android/interoperability/with-c.md:1
|
||||
msgid "Interoperability with C"
|
||||
|
Loading…
Reference in New Issue
Block a user