Crate cw_orch_core

source ·

Re-exports§

Modules§

  • Build Postfix Format
  • This regroups all env variables used by cw-orch-daemon. It allows for easier documentation and env variable management This is used to import environment variables with safe names (and at a centralized location) To get the env variable parsed value, you can use

Macros§

  • Creates an ArtifactsDir from the current workspace by searching the file tree for a directory named artifacts. It does this by reading the CARGO_MANIFEST_DIR environment variable and going up the file tree until it finds the artifacts directory.

Enums§

  • cw-orchestrator error wrapper using thiserror.