This PR adds a new module util::base64 which provides all the Base 64-related activities. It includes marker structs representing the various Base64 applications used in crate’s environment so you don’t have to remember the exact flavor and other conditions of Base 64 this application uses.
The module is public, so users of the crate can use it rather than depending on the base64 crate directly.
This PR adds a new module
util::base64
which provides all the Base 64-related activities. It includes marker structs representing the various Base64 applications used in crate’s environment so you don’t have to remember the exact flavor and other conditions of Base 64 this application uses.The module is public, so users of the crate can use it rather than depending on the base64 crate directly.