We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5e1a6 commit a4db39aCopy full SHA for a4db39a
doc/tutorial-ffi.md
@@ -65,8 +65,8 @@ extern {
65
66
# Creating a safe interface
67
68
-The raw C API needs to be wrapped to provide memory safety and make use higher-level concepts like
69
-vectors. A library can choose to expose only the safe, high-level interface and hide the unsafe
+The raw C API needs to be wrapped to provide memory safety and make use of higher-level concepts
+like vectors. A library can choose to expose only the safe, high-level interface and hide the unsafe
70
internal details.
71
72
Wrapping the functions which expect buffers involves using the `vec::raw` module to manipulate Rust
0 commit comments