Module actix

Source
Expand description

Functionality for using serde_qs with actix_web.

Enable with the actix4, actix3 or actix2 features.

Structs§

QsForm
Extract typed information from from the request’s form data.
QsQuery
Extract typed information from from the request’s query.
QsQueryConfig
Query extractor configuration