Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avh4/elm-base64
- Owner: avh4
- Created: 2014-10-06T00:42:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T00:45:52.000Z (about 10 years ago)
- Last Synced: 2024-10-27T12:07:30.605Z (about 2 months ago)
- Language: Elm
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.