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
Structs
- System stats/information from
sysinfo - All workloads will be able to access the WORA API
Enums
Traits
Functions
- Run apps via an
asyncbased executor