Docs.rs
arrs-0.1.9
arrs 0.1.9
Permalink
Docs.rs crate page
LGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
IceGuye
Dependencies
base64ct ^1.6.0
normal
f256 ^0.2.0
normal
indexmap ^2.1.0
normal
openssl ^0.10.62
normal
primitive-types ^0.12.2
normal
reqwest ^0.11.23
normal
serde ^1.0.195
normal
serde_json ^1.0.111
normal
Versions
55.73%
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
b64_encode
arrs
0.1.9
In arrs::
b64
arrs
::
b64
Function
b64_
encode
Copy item path
Source
pub fn b64_encode(bytes: &[
u8
]) ->
String
Expand description
Input a byte reference (&
u8
), and encode it into a String.