oauth1-request-derive 0.2.2

A custom derive macro for `oauth1_request::OAuth1Authorize` trait.
Documentation

This crate provides #[derive(OAuth1Authorize)] macro that implements oauth1_request crate's OAuth1Authorize trait for a struct with named fields.

See oauth1_request::OAuth1Authorize for more information.