Crate spin_doctor

Source
Expand description

Spin doctor: check and automatically fix problems with Spin apps.

Modules§

  • Diagnoses for app manifest format problems.
  • Diagnose for Rust-specific problems.
  • Diagnoses for Wasm source problems.

Structs§

Traits§

  • The Diagnosis trait represents a detected problem with a Spin app.
  • The Diagnose trait implements the detection of a particular Spin app problem.
  • The Treatment trait represents a (potential) fix for a detected problem.