Crate rusty_dropbox_sdk

Source

Modules§

api

Macros§

implement_service
Macro to implement the Service trait for a given request type ($req) and response structure ($resp). This macro supports both synchronous and asynchronous API calls.
implement_tests
Macro to implement tests for both synchronous and asynchronous API calls. This macro generates test functions that mock API endpoints and verify the expected behavior of requests.
implement_utils