clientix-core 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
5
6
7
8
9
10
11
12
pub mod client;
pub mod prelude;
pub mod core;

#[cfg(test)]
mod tests {

    #[test]
    fn it_works() {
    }

}