Crate bitwarden_encoding

Crate bitwarden_encoding 

Source
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
FromStrVisitor
A serde visitor that converts a string to a type that implements FromStr.
NotB64EncodedError
An error returned when a string is not base64 decodable.
NotB64UrlEncodedError
An error returned when a string is not base64 decodable.