http_query_params 0.1.0

A small package to it easy to create http query params
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "http_query_params"

version = "0.1.0"

edition = "2021"

license-file = "LICENSE"

repository = "https://github.com/ebithril/http_query_params"

description = "A small package to it easy to create http query params"

exclude = [".github/**"]



[lib]

proc_macro = true



[dependencies]

syn = "2.0"

quote = "1.0"

convert_case = "0.6.0"