macro_rules! b64_encode_bytes {
($data:expr) => { ... };
($data:expr, $padding:path) => { ... };
}
👎Deprecated since 0.8.0-rc.5: use
b64_encode!
insteadExpand description
Base64 encode with bytes::Bytes
returned
macro_rules! b64_encode_bytes {
($data:expr) => { ... };
($data:expr, $padding:path) => { ... };
}
b64_encode!
insteadBase64 encode with bytes::Bytes
returned