Crates.io | trellis-runner |
lib.rs | trellis-runner |
version | 0.1.4 |
source | src |
created_at | 2024-10-10 18:28:49.247505 |
updated_at | 2024-11-27 17:14:41.746698 |
description | Calculation runner |
homepage | |
repository | https://github.com/sensoriumtl/trellis |
max_upload_size | |
id | 1404100 |
size | 72,032 |
Trellis is a batteries-included command runner, designed to make it simple to write code for numerical calculations. It aims to remove boilerplate from user-code, allowing you to focus on core application logic. It aims to separate code for business logic from support code. Features include:
ctrl-c
and tokio
.In future, we hope to implement:
The design of trellis
is influenced by the command runner within the excellent argmin
crate, but aims to provide a lightweight, application agnostic framework with a minimal dependency tree.