Crate spaceship

Source

Re-exports§

pub use axum;

Modules§

errors

Macros§

failure
Constructs a spaceship::errors::Failure wrapped in an Error, internally using the anyhow! macro.
internal_error
Expands to an early return with a Failure from a Handler function