clientix 0.0.13

Library for building HTTP clients and requests declaratively with procedural macros - no need to write complex imperative or functional logic.
Documentation
[dependencies.clientix-codegen]
version = "0.0.13"

[dependencies.clientix-core]
version = "0.0.13"

[lib]
name = "clientix"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "web-programming::http-client", "development-tools::procedural-macro-helpers"]
description = "Library for building HTTP clients and requests declaratively with procedural macros - no need to write complex imperative or functional logic."
edition = "2021"
homepage = "https://github.com/hexvl/clientix"
license = "MIT OR Apache-2.0"
name = "clientix"
readme = "README.md"
repository = "https://github.com/hexvl/clientix"
version = "0.0.13"