Crate maria

source ·

Macros

  • macro for defining handlers first param is Request, second is Response

Structs

  • A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
  • An asynchronous Mutex-like type.

Enums

Functions

Type Aliases

  • A box pointing to HandlerFn
  • function pointer for Handlers
  • HandlerPtr, pointer type for Handlers returning