Expand description
§Bitwarden Encoding
Provides Base64 and Base64Url encoding and decoding utilities for working with Bitwarden data.
Structs§
- B64
- Base64 encoded data
- B64Url
- Base64URL encoded data
- From
StrVisitor - A serde visitor that converts a string to a type that implements
FromStr. - NotB64
Encoded Error - An error returned when a string is not base64 decodable.
- NotB64
UrlEncoded Error - An error returned when a string is not base64 decodable.