Expand description
This crate provides a Bytes
type which wraps most types that represent
a contiguous array of bytes. It provides implementations for easy
conversions to and from Base64 representations in string contexts.
Structsยง
- Bytes
- A wrapper for bytes which provides base64 encoding in string contexts
- Standard
- Standard Base64 encoding with padding
- Standard
NoPad - Standard Base64 encoding without padding
- UrlSafe
- URL-safe Base64 encoding with padding
- UrlSafe
NoPad - URL-safe Base64 encoding without padding