5 releases

0.1.4 Nov 27, 2024
0.1.3 Nov 27, 2024
0.1.2 Nov 27, 2024
0.1.1 Nov 6, 2024
0.1.0 Oct 10, 2024

#125 in Visualization

Download history 136/week @ 2024-10-07 10/week @ 2024-10-14 370/week @ 2024-10-21 1/week @ 2024-10-28 146/week @ 2024-11-04 13/week @ 2024-11-11 11/week @ 2024-11-18 394/week @ 2024-11-25 57/week @ 2024-12-02 160/week @ 2024-12-09 44/week @ 2024-12-16 10/week @ 2024-12-23

216 downloads per month
Used in 4 crates (3 directly)

MIT license

61KB
1.5K SLoC

Trellis


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:

  • Automatic emission of tracing messages.
  • Support for caller termination through ctrl-c and tokio.
  • Timing

In future, we hope to implement:

  • Writing of progress and results to disk
  • Plotting of incremental progress and results

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.

Dependencies

~0.8–14MB
~162K SLoC