Docs.rs
qiniu-utils-0.2.4
qiniu-utils 0.2.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bachue
Dependencies
base64 ^0.13.0
normal
serde ^1.0.130
normal
smallstr ^0.3.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
qiniu_
utils
0.2.4
In qiniu_
utils::
base64
qiniu_utils
::
base64
Function
decode
Copy item path
Source
pub fn decode(data: &[
u8
]) ->
Result
<
Vec
<
u8
>,
DecodeError
>
Expand description
以 URL 安全的方式,将指定的 Base64 字符串解码为二进制数据