Open
Description
Crates | cc |
Section | 8.3 Build Time Tooling |
Use cc crate to compile and link dynamically to an external/system C library from a build.rs file.
Please note that it will be important to mention that this is a build time crate.
Most likely we will dedicate a separate (last) chapter like "build_time.md"
cc #236