Crate restless_query

Crate restless_query 

Source
Expand description

§restless query

This crate implements several strategies to encode query parameters mechanically from Rust structs. As a consumer of restless, you should not be using this crate directly, but rather the restless crate and activate the features there.

Traits§

ToQuery
Determines how a query string is encoded.