diff --git a/src/unsafe-rust/exercise.md b/src/unsafe-rust/exercise.md index 208ec97f..14da5368 100644 --- a/src/unsafe-rust/exercise.md +++ b/src/unsafe-rust/exercise.md @@ -74,3 +74,13 @@ functions and methods: {{#include exercise.rs:main}} ``` + +
+ +FFI binding code is typically generated by tools like [bindgen], rather than +being written manually as we are doing here. However, bindgen can't run in an +online playground. + +
+ +[bindgen]: https://github.com/rust-lang/rust-bindgen