clientix 0.2.0

Library for building HTTP clients and requests declaratively with procedural macros - no need to write complex imperative or functional logic.
Documentation
[package]
version.workspace = true
categories.workspace = true
authors.workspace = true
edition.workspace = true
description.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true
license.workspace = true
keywords.workspace = true

name = "clientix"

[dependencies]
clientix-core = { workspace = true }
clientix-codegen = { workspace = true }

[features]
default = ["std"]
std = ["clientix-core/std"]