Crate shuttle_service

source ·

Re-exports

Modules

  • Types representing various errors that can occur in the process of building and deploying a service.

Structs

Enums

Traits

  • Factories can be used to request the provisioning of additional resources (like databases).
  • Used to get resources of type T from factories.
  • The core trait of the shuttle platform. Every crate deployed to shuttle needs to implement this trait.