wrkflw-runtime 0.7.2

Runtime execution environment for wrkflw workflow engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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.
```