We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e420e44 + 4efc85a commit f1ff93bCopy full SHA for f1ff93b
src/other-reprs.md
@@ -15,7 +15,7 @@ or C++. Any type you expect to pass through an FFI boundary should have
15
necessary to soundly do more elaborate tricks with data layout such as
16
reinterpreting values as a different type.
17
18
-We strongly recommend using [rust-bindgen][] and/or [cbdingen][] to manage your FFI
+We strongly recommend using [rust-bindgen][] and/or [cbindgen][] to manage your FFI
19
boundaries for you. The Rust team works closely with those projects to ensure
20
that they work robustly and are compatible with current and future guarantees
21
about type layouts and reprs.
0 commit comments