Struct serde_with::base64::Crypt
source · pub struct Crypt;Available on crate feature
base64 only.Expand description
The crypt(3) character set (uses ./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz).
Not standardized, but folk wisdom on the net asserts that this alphabet is what crypt uses.
Trait Implementations§
source§impl CharacterSet for Crypt
impl CharacterSet for Crypt
source§fn charset() -> CharacterSet
fn charset() -> CharacterSet
Return a specific character set. Read more