Docs.rs
upyun-sdk-0.1.5
upyun-sdk 0.1.5
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
hi-liyan
Dependencies
base64 ^0.22.0
normal
chrono ^0.4.38
normal
chrono-tz ^0.9.0
normal
hmac ^0.12.1
normal
reqwest ^0.12.3
normal
rust-crypto ^0.2.36
normal
serde ^1.0.197
normal
sha1 ^0.10.6
normal
url-escape ^0.1.1
normal
tokio ^1.35.1
dev
Versions
86.57%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
upyun_sdk/
lib.rs
1
mod
common;
2
pub mod
upyun;
3
pub mod
rest;
4
pub mod
rest_type;
5
#[cfg(test)]
6
mod
test;