Docs.rs
onedrive-api-0.3.0
Platform
i686-apple-darwin
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
onedrive-api 0.3.0
OneDrive REST API Client
Crate
Source
Builds
Feature flags
Documentation
Hide files
src
tests
.appveyor.yml
.cargo_vcs_info.json
.gitignore
.travis.yml
Cargo.toml
Cargo.toml.orig
CHANGELOG.md
dev_shell.nix
LICENSE-MIT
README.md
rustfmt.toml
1
2
3
4
5
6
7
with import <nixpkgs> {}; pkgs.mkShell { buildInputs = [ pkgconfig openssl ]; }