Expand description
Build dependency for downloading, building and linking native libraries.
This crate expands on cc
and cmake
to provide a more streamlined way of distributing crates
that depend on both static and shared libraries.
Modules§
Traits§
- Bind
Build - Trait for integrating a
LocalLibrary
intocc::Build
.