//! # 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.
pub use ToQuery;
module!;
module!;