Skip to main content

b64_encode_bytes

Macro b64_encode_bytes 

Source
macro_rules! b64_encode_bytes {
    ($data:expr) => { ... };
    ($data:expr, $padding:path) => { ... };
}
👎Deprecated since 0.8.0-rc.5:

use b64_encode! instead

Expand description

Base64 encode with bytes::Bytes returned