Docs.rs
VibeProtocol-0.1.0
VibeProtocol 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sympact06
Dependencies
base64 ^0.22.0
normal
sodiumoxide ^0.2.7
normal
Versions
16.67%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Vibe
Protocol
0.1.0
In Vibe
Protocol::
base64_
wrapper
VibeProtocol
::
base64_wrapper
Function
decode_base64
Copy item path
Source
pub fn decode_base64(encoded: &
str
) ->
Result
<
Vec
<
u8
>,
DecodeError
>