Crate webbuf

Source

Functionsยง

decode_base64
decode_base64_strip_whitespace
Decode a base64 string into a byte vector Returns an error string if decoding fails
decode_hex
Decode a hex string into a byte vector Returns an error string if decoding fails
encode_base64
Encode a byte slice into a base64 string using the default engine
encode_hex
Encode a byte slice into a hex string