Skip to main content

Crate galvyn

Crate galvyn 

Source

Modules§

contrib
Re-exports of included contrib crates
core
error
openapi
Auto-generates an openapi document for your application
panic_hook
rorm
Re-export of rorm
tracing

Structs§

Galvyn
Global handle to the running galvyn server
GalvynSetup
General setup options for galvyn.
ModuleBuilder
Intermediate build for your Galvyn instance
RouterBuilder

Attribute Macros§

delete
Turns a function into a documented api handler
get
Turns a function into a documented api handler
handler
Turns a function into a documented api handler
head
Turns a function into a documented api handler
options
Turns a function into a documented api handler
patch
Turns a function into a documented api handler
post
Turns a function into a documented api handler
put
Turns a function into a documented api handler
trace
Turns a function into a documented api handler