pavex 0.1.29

A framework for building API services and web applications in Rust.
Documentation
1
2
3
4
5
6
//! Extract data from the query parameters of incoming requests.

pub mod errors;
mod query_params;

pub use query_params::QueryParams;