#Convert a string into base64
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
How can I convert a string into base64 in gleam? It seems like I might need to convert a string to a bitarray and then use the bitarray functions to convert it to base64 so I can do this, is that correct? If so, how can I convert it into a bitarray?