| Crates.io | trellis-runner |
| lib.rs | trellis-runner |
| version | 0.1.5 |
| created_at | 2024-10-10 18:28:49.247505+00 |
| updated_at | 2025-02-10 17:43:39.168819+00 |
| description | Calculation runner |
| homepage | |
| repository | https://github.com/sensoriumtl/trellis |
| max_upload_size | |
| id | 1404100 |
| size | 72,025 |
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.