#oauth #request #macro-derive #traits #ios

macro oauth1-request-derive-ios

A derive macro for oauth1_request_ios::Request trait

1 unstable release

0.0.1 Aug 2, 2024

#122 in #oauth

35 downloads per month
Used in oauth1-request-ios

MIT/Apache

31KB
733 lines

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

#[derive(oauth::Request)]

oauth1_request_ios 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.

Dependencies

~1.4–2MB
~41K SLoC