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 93a4cfb commit 890b04dCopy full SHA for 890b04d
src/cargo/build_scripts.md
@@ -1,7 +1,7 @@
1
# Build Scripts
2
3
Sometimes a normal build from cargo is not enough. Perhaps your crate needs some
4
-pre-requites before cargo will successfully compile, things like code
+pre-requisites before cargo will successfully compile, things like code
5
generation, or some native code that needs to be compiled. To solve this problem
6
we have build scripts that Cargo can run.
7
0 commit comments