wrkflw-runtime

Crates.iowrkflw-runtime
lib.rswrkflw-runtime
version0.7.3
created_at2025-08-09 12:58:25.622228+00
updated_at2025-08-28 07:32:26.586977+00
descriptionRuntime execution environment for wrkflw workflow engine
homepagehttps://github.com/bahdotsh/wrkflw
repositoryhttps://github.com/bahdotsh/wrkflw
max_upload_size
id1787907
size124,801
Gokul (bahdotsh)

documentation

https://github.com/bahdotsh/wrkflw

README

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

// This crate is primarily consumed by `wrkflw-executor`.
// Prefer using the executor API instead of calling runtime directly.
Commit count: 183

cargo fmt