Docs.rs
wx-rust-open-0.1.3
wx-rust-open 0.1.3
Permalink
Docs.rs crate page
Apache-2.0
27 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
loong10k
Dependencies
async-trait ^0.1.89
normal
base64 ^0.23.0
normal
chrono ^0.4.45
normal
hex ^0.4.3
normal
hmac ^0.13.0
normal
percent-encoding ^2.3.2
normal
quick-xml ^0.42.0
normal
regex ^1.11.1
normal
reqwest ^0.13.4
normal
serde ^1.0.228
normal
serde_json ^1.0.150
normal
sha1 ^0.11.0
normal
sha2 ^0.11.0
normal
thiserror ^2.0.18
normal
tokio ^1.52.4
normal
url ^2.5.8
normal
wx-rust-common ^0.1.3
normal
wx-rust-miniapp ^0.1.3
normal
wx-rust-mp ^0.1.3
normal
Versions
38.75%
of the crate is documented
Platform
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
Skip to main content
Files
wx_rust_open/util/
mod.rs
1
//! 开放平台(第三方平台)工具。
2
3
pub mod
crypto;