Crates.io | rtj |
lib.rs | rtj |
version | 0.3.1 |
source | src |
created_at | 2021-03-19 11:55:24.608971 |
updated_at | 2024-04-14 16:00:03.796983 |
description | Run This Job, a generic job execution framework in Rust |
homepage | https://github.com/anthonyjmartinez/rtj |
repository | https://github.com/anthonyjmartinez/rtj.git |
max_upload_size | |
id | 370950 |
size | 49,682 |
A generic job execution framework in Rust
rtj
aims to provide a generic but robust and secure framework for users to develop their own
job execution applications.
Encryption tasks are left to crypto_box, and are therefore compatible with other implementations of the standard.
Transfer of message bytes is up to the user, but as all data end up serialized to arrays or vectors of u8 there are near limitless options available.
A typical "Hello" example that itself uses all defined methods can be run by cloning this repository,
and running cargo run --example hello
This crate uses format strings as introduced in Rust 1.58, which is thus the Minimum Supported Rust Version.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Copyright (C) 2021-2024 Anthony Martinez