Crate brane_shr

source ·
Expand description

The brane-shr crate defines common functions and other tools used throughout the framework. This crate differs from the specifications crate in that it does not aim to standerdize things, but rather just provide a common implementation.

Modules§

  • Defines commonly used functions and structs relating to error handling.
  • Implements a few debug tools.
  • Implements a few helper functions for filesystem operations.
  • Contains functions for prompting the user in the various user-facing executables.
  • Implements some public interfaces & definitions for working with jobs.
  • Defines common utilities across the Brane project.