mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2025-12-19 04:59:26 +01:00
14 lines
356 B
Markdown
14 lines
356 B
Markdown
## wrkflw-runtime
|
|
|
|
Runtime abstractions for executing steps in containers or emulation.
|
|
|
|
- Container management primitives used by the executor
|
|
- Emulation mode helpers (run on host without containers)
|
|
|
|
### Example
|
|
|
|
```rust
|
|
// This crate is primarily consumed by `wrkflw-executor`.
|
|
// Prefer using the executor API instead of calling runtime directly.
|
|
```
|