identity_iota::verification::jose::jwu

Function encode_b64

Source
pub fn encode_b64(data: impl AsRef<[u8]>) -> String
Expand description

Encode the given slice in url-safe base64 with no padding.