Crate brane_tsk

source ·
Expand description

The brane-tsk library picks up where brane-exe left off, and provides various tools and base code for VMs building on top of it to start executing workflows.

Modules§

  • Implements functions that we use to connect to the Brane API. Concretely, it is used to retrieve package/data indices.
  • Implements caches that reduce the need to request everything all the time.
  • Defines functions that interact with the local Docker daemon.
  • Defines errors that occur in the brane-tsk crate.
  • Queries functions that are useful for value inputs.
  • Defines functions for collecting local package & data indices.
  • Defines (public) interfaces and structs for the brane-tsk crate.
  • Contains generic tools to use across the use-cases.