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
- Artifact
Dependency - Builder to find and optionally build an artifact dependency from a particular workspace
Enums§
- Crate
Type - 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