Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avh4/elm-base64

library for base64 encoding and decoding
https://github.com/avh4/elm-base64

Last synced: 8 days ago
JSON representation

library for base64 encoding and decoding

Awesome Lists containing this project

README

        

## This library does not work yet

... due to the fact that I haven't found a way to convert Chars to ASCII Ints
in Elm (and even with that capability, this would only work for ASCII strings,
since string encoding and Byte arrays are not yet supported in Elm).

If you have ideas for how to make this work, please contact me.