Crate filigree

source ·
Expand description

The non-generated components of the Filigree web framework

Modules§

Macros§

  • Attempt to downcast_ref a error_stack::Frame into multiple error types, and map the first matching type through a function. The map function should be generic on some trait that the errors all implement, usually HttpError.
  • Create a new ObjectId type. This automatically implements the prefix structure and creates a type alias for the type.
  • Render a maud template lazily

Structs§

  • A request body that only contains an email
  • A simple structure for sending back a message-only response