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 facf617 commit bcca810Copy full SHA for bcca810
README.md
@@ -8,9 +8,6 @@ A simple library meant to be used as a build dependency with Cargo packages in
8
order to build a set of C/C++ files into a static archive. This crate calls out
9
to the most relevant compiler for a platform, for example using `cl` on MSVC.
10
11
-> **Note**: this crate was recently renamed from the `gcc` crate, so if you're
12
-> looking for the `gcc` crate you're in the right spot!
13
-
14
## Using cc-rs
15
16
First, you'll want to both add a build script for your crate (`build.rs`) and
0 commit comments