Deboa Macros
deboa-macros is a collection of macros for deboa. It is close equivalent to apisauce for axios, where one macro does it all, from request to response. It used to be the home of bora macro, which has been moved to vamo-macros crate.
Features
- json
- xml
- msgpack
Install
Either run from command line:
cargo add deboa-macros
Or add to your Cargo.toml:
= "0.0.8"
Usage
other macros
use DeboaError;
use ;
use JsonBody;
use Client;
use ;
async
License
MIT and Apache-2.0
Author
Rogerio Pereira Araujo rogerio.araujo@gmail.com