Open
Description
This crate is presently being evaluated and I don't see a cookbook issue opened.
This one is weird because its a build time crate. But it is pretty important, and a good thing to teach new Rust users about. We might see if we can figure out a way to present examples.
Some ideas
- Compile and link statically to a bundled C library
- Compile and link statically to an external C library
- Compile and link dynamically to an external C library
- Compile a C library while setting custom defines
- Compile and link statically to a bundled C++ library
use the cc crate