1 unstable release
Uses new Rust 2024
| 0.1.0 | Jan 11, 2026 |
|---|
#1232 in Procedural macros
6KB
123 lines
Query Parameters
A small library which provides a proc macro to generate url query parameters.
Example Usage
use query_parameters::query_params;
let params = query_params! {
"hello" => "world",
"foo" => String::new("bar")
};
Dependencies
~105–465KB
~11K SLoC