Crate wora

Source
Expand description

Write Once Run Anywhere (WORA)

A framework for building applications (daemons, etc) that run in different environments (Linux, Kubernetes, etc).

Just like Java’s claim, it really doesn’t run everywhere. no_std or embedded environments are not supported.

Modules§

dirs
errors
events
exec
exec_unix
o11y
prelude
restart_policy
vfs

Structs§

NoConfig
Wora
All workloads will be able to access the WORA API

Enums§

HealthState
Leadership
TaskOp

Traits§

App
Config

Functions§

exec_async_runner
Run apps via an async based executor