Crates.io | wora |
lib.rs | wora |
version | 0.0.8 |
source | src |
created_at | 2023-03-19 15:38:35.637235 |
updated_at | 2024-05-07 02:54:01.102361 |
description | A framework for building applications (daemons, etc) that run in different environments (Linux, Kubernetes, etc). |
homepage | |
repository | https://github.com/adamflott/wora |
max_upload_size | |
id | 814490 |
size | 128,957 |
Write Once Run Anywhere (WORA): A Rust 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.
Feature Tour:
Supports:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
See examples/basic.rs
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details