Docs.rs
zig-core-0.11.0
zig-core 0.11.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
niclaslindstedt
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
tempfile ^3
normal
thiserror ^2
normal
tokio ^1
normal
toml ^1.1
normal
uuid ^1
normal
zag-agent ^0.16.0
normal
zag-orch ^0.16.0
normal
zip ^2
normal
Versions
62.3%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module run
zig_
core
0.11.0
Module run
Module Items
Structs
Enums
Functions
In crate zig_
core
zig_core
Module
run
Copy item path
Source
Structs
§
Agent
Config
Serializable snapshot of everything a step contributes to an agent invocation. Produced by [
build_agent_config
] and used by both the executor (to configure a
AgentBuilder
) and
--dry-run
(to show the author what each step will ask of the agent).
Enums
§
Command
Params
Command-specific parameter bag. Only populated for non-
run
commands.
Functions
§
resolve_
workflow_
path
Resolve a workflow argument to an actual file path.
run_
workflow
Execute a workflow file (
.zwf
or
.zwfz
).