rusty_dropbox_sdk 0.8.2

Unofficial SDK for dropbox in Rust
Documentation
1
2
3
4
5
6
7
8
9
//! High-level helpers built on top of the raw endpoint types.
//!
//! These are opt-in conveniences. They don't add new HTTP endpoints; they
//! orchestrate existing ones to deliver common multi-call workflows in a
//! single function call.

pub mod chunked_upload;
pub mod download_stream;
pub mod upload_stream;