query_parameters

Crates.ioquery_parameters
lib.rsquery_parameters
version0.1.0
created_at2026-01-11 20:52:42.831669+00
updated_at2026-01-11 20:52:42.831669+00
descriptionProvides a macro to generate url query parameters.
homepagehttps://github.com/astrum-chat/gpui_transitions
repository
max_upload_size
id2036419
size7,970
Cameron Campbell (cameronpcampbell)

documentation

README

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")
};
Commit count: 0

cargo fmt