Crate drawbridge_byte

source ·
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

A wrapper for bytes which provides base64 encoding in string contexts
Standard Base64 encoding with padding
Standard Base64 encoding without padding
URL-safe Base64 encoding with padding
URL-safe Base64 encoding without padding