1 unstable release
0.0.1 | Aug 2, 2024 |
---|
#131 in #oauth
Used in oauth1-request-ios
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