Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 63bf437

Browse files
authored
Merge pull request #829 from nathany/bindgen
faq: update link to rust-bindgen
2 parents 8e75d44 + ce3f91c commit 63bf437

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

en-US/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ their new owners).
14971497
How can I interoperate with C++ from Rust, or with Rust from C++?
14981498
</a></h3>
14991499

1500-
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/crabtw/rust-bindgen) to help automatically generate workable C bindings.
1500+
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/servo/rust-bindgen) to help automatically generate workable C bindings.
15011501

15021502
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
15031503
Does Rust have C++-style constructors?

es-ES/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ their new owners).
14901490
How can I interoperate with C++ from Rust, or with Rust from C++?
14911491
</a></h3>
14921492

1493-
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/crabtw/rust-bindgen) to help automatically generate workable C bindings.
1493+
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/servo/rust-bindgen) to help automatically generate workable C bindings.
14941494

14951495
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
14961496
Does Rust have C++-style constructors?

fr-FR/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ their new owners).
14901490
How can I interoperate with C++ from Rust, or with Rust from C++?
14911491
</a></h3>
14921492

1493-
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/crabtw/rust-bindgen) to help automatically generate workable C bindings.
1493+
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/servo/rust-bindgen) to help automatically generate workable C bindings.
14941494

14951495
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
14961496
Does Rust have C++-style constructors?

it-IT/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ Come posso interoperare il C++ da Rust, o il Rust da C++?
17081708
</a></h3>
17091709

17101710
Il Rust è il C++ possono interoperare tramite il C. Sia il Rust che il C++ forniscono una [foreign function interface](https://doc.rust-lang.org/book/ffi.html) per il C, che può essere utilizzata per comunicare tra di loro.
1711-
Se scrivere dei collegamenti in C è troppo complicato, puoi sempre utilizzare [rust-bindgen](https://github.com/crabtw/rust-bindgen) per generare automaticamente dei collegamenti C++ funzionanti.
1711+
Se scrivere dei collegamenti in C è troppo complicato, puoi sempre utilizzare [rust-bindgen](https://github.com/servo/rust-bindgen) per generare automaticamente dei collegamenti C++ funzionanti.
17121712

17131713
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
17141714
Rust possiede dei costruttori in stile C++?

ja-JP/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ their new owners).
15091509
How can I interoperate with C++ from Rust, or with Rust from C++?
15101510
</a></h3>
15111511

1512-
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/crabtw/rust-bindgen) to help automatically generate workable C bindings.
1512+
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/servo/rust-bindgen) to help automatically generate workable C bindings.
15131513

15141514
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
15151515
Does Rust have C++-style constructors?

ko-KR/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ C++에서 Rust와 상호작용하거나, Rust에서 C++와 상호작용하려면
17341734

17351735
Rust와 C++ 둘 다 C와 상호작용할 수 있습니다.
17361736
Rust와 C++ 모두 C와 [외부 함수 인터페이스](https://doc.rust-lang.org/book/ffi.html)를 제공하며, 이를 각자와 소통하기 위해 쓸 수 있습니다.
1737-
C 바인딩을 만드는 게 너무 지루하다면, 언제나 [rust-bindgen](https://github.com/crabtw/rust-bindgen)을 써서 자동으로 동작하는 C 바인딩을 만드는 데 도움을 받을 수 있습니다.
1737+
C 바인딩을 만드는 게 너무 지루하다면, 언제나 [rust-bindgen](https://github.com/servo/rust-bindgen)을 써서 자동으로 동작하는 C 바인딩을 만드는 데 도움을 받을 수 있습니다.
17381738

17391739
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
17401740
Rust에는 C++ 같은 생성자가 있나요?

pt-BR/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ their new owners).
14901490
How can I interoperate with C++ from Rust, or with Rust from C++?
14911491
</a></h3>
14921492

1493-
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/crabtw/rust-bindgen) to help automatically generate workable C bindings.
1493+
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/servo/rust-bindgen) to help automatically generate workable C bindings.
14941494

14951495
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
14961496
Does Rust have C++-style constructors?

vi-VN/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ their new owners).
14901490
How can I interoperate with C++ from Rust, or with Rust from C++?
14911491
</a></h3>
14921492

1493-
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/crabtw/rust-bindgen) to help automatically generate workable C bindings.
1493+
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/servo/rust-bindgen) to help automatically generate workable C bindings.
14941494

14951495
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
14961496
Does Rust have C++-style constructors?

zh-CN/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ their new owners).
14901490
如何让 Rust 与 C++ 互操作,反之亦然?
14911491
</a></h3>
14921492

1493-
Rust 与 C++ 可以通过 C 互操作。Rust 和 C++ 都提供一个适用于 C 的[外部函数接口](https://doc.rust-lang.org/book/ffi.html),我们可以用它来相互沟通。如果编写 C 语言的绑定太麻烦,您随时可以用 [rust-bindgen](https://github.com/crabtw/rust-bindgen) 来帮忙自动生成可执行的 C 绑定。
1493+
Rust 与 C++ 可以通过 C 互操作。Rust 和 C++ 都提供一个适用于 C 的[外部函数接口](https://doc.rust-lang.org/book/ffi.html),我们可以用它来相互沟通。如果编写 C 语言的绑定太麻烦,您随时可以用 [rust-bindgen](https://github.com/servo/rust-bindgen) 来帮忙自动生成可执行的 C 绑定。
14941494

14951495
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
14961496
Rust 有 C++ 风格的构造函数吗?

0 commit comments

Comments
 (0)