clientix-codegen 0.2.0

Library for building HTTP clients and requests declaratively with procedural macros - no need to write complex imperative or functional logic.
Documentation
1
2
3
4
pub(crate) mod client;
pub(crate) mod method;
pub(crate) mod header;
pub(crate) mod param;