interfacer-http 0.1.3

A magic HTTP client, like retrofit in Java
1
2
3
4
5
6
#!/usr/bin/env bash

cd interfacer-http-util && cargo test && cargo publish; cd ..;
cd interfacer-http-attribute && cargo test && cargo publish; cd ..;
cargo test --features "serde-full,encode,unhtml-html,derive" && cargo publish;
cd interfacer-http-hyper && cargo test && cargo publish; cd ..;