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

macro oauth1-request-derive-ios

A derive macro for oauth1_request_ios::Request trait

1 unstable release

0.0.1 Aug 2, 2024

#174 in #oauth


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

~3MB
~64K SLoC