6 releases

new 0.1.5 Feb 10, 2025
0.1.4 Nov 27, 2024
0.1.0 Oct 10, 2024

#125 in Visualization

Download history 5/week @ 2024-10-27 140/week @ 2024-11-03 17/week @ 2024-11-10 11/week @ 2024-11-17 380/week @ 2024-11-24 71/week @ 2024-12-01 157/week @ 2024-12-08 49/week @ 2024-12-15 10/week @ 2024-12-22 12/week @ 2025-01-05 14/week @ 2025-01-12 9/week @ 2025-01-19 3/week @ 2025-01-26 14/week @ 2025-02-02 122/week @ 2025-02-09

148 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.7–14MB
~163K SLoC