oauth1-request-derive 0.4.1

A derive macro for `oauth1_request::Request` trait.
Documentation

This crate provides a derive macro for oauth1_request::Request:

# extern crate oauth1_request as oauth;
#[derive(oauth::Request)]
# struct Foo {}

oauth1_request crate re-exports the derive macro if the derive feature of the crate is enabled (which is on by default). You should use the re-export instead of depending on this crate directly.