We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17a018 commit 7952ab7Copy full SHA for 7952ab7
src/ffi.md
@@ -25,7 +25,7 @@ libc = "0.2.0"
25
26
Because [snappy](https://github.com/google/snappy) is a static library by default.
27
So there is no C++ std linked in the output artifact.
28
-n order to use this foreign library in Rust, we have to manually specify that we want to link stdc++ in our project.
+In order to use this foreign library in Rust, we have to manually specify that we want to link stdc++ in our project.
29
The easiest way to do this is by setting up a build script.
30
31
First edit `Cargo.toml`, inside `package` add `build = "build.rs"`:
0 commit comments