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
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Author
Rogerio Pereira Araujo rogerio.araujo@gmail.com