mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-23 02:40:13 +02:00
Minor punctuation update
This commit is contained in:
parent
c274f86cfd
commit
e203586182
@ -1,10 +1,10 @@
|
|||||||
# Interoperability
|
# Interoperability
|
||||||
|
|
||||||
Rust has excellent support for interoperability with other languages. This means
|
Rust has excellent support for interoperability with other languages. This means
|
||||||
that you can
|
that you can:
|
||||||
|
|
||||||
* Call Rust functions from other languages
|
* Call Rust functions from other languages.
|
||||||
* Call functions written in other languages from Rust
|
* Call functions written in other languages from Rust.
|
||||||
|
|
||||||
When you call functions in a foreign language we say that you're using a
|
When you call functions in a foreign language we say that you're using a
|
||||||
_foreign function interface_, also known as FFI.
|
_foreign function interface_, also known as FFI.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user