Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add std.base64 for encoding and decoding base64
The type std.base64.Encoder is used for encoding a ByteArray into another ByteArray, while std.base64.Decoder is used for decoding. Both support the standard and URL safe alphabets. Changelog: added
- Loading branch information