Crate artifact_dependency

Source
Expand description

Feature-light crate to build and use dependencies whose results are Artifacts:

  • Static Libraries
  • C Dynamic Libraries
  • Binaries

Structs§

Artifact
A built artifact
ArtifactDependency
Builder to find and optionally build an artifact dependency from a particular workspace

Enums§

CrateType
Crate type to include as the built Artifact
Profile
Profile to build. ArtifactDependency defaults to building the current profile in use, but a different profile can be selected.

Constants§

ARTIFACT_NAMEPARTS
The dll prefix, dll suffix, staticlib prefix, staticlib suffix, and exe suffix for the current target