schovi / baked_file_system

Virtual File System for Crystal language. Embedding your assets into final binary.
MIT License
177 stars 18 forks source link

Why Base64 encode? #28

Closed asterite closed 6 years ago

asterite commented 6 years ago

String literals in Crystal can have binary contents for a long time now. I don't think encoding in Base64 is needed anymore.

straight-shoota commented 6 years ago

Exactly. That's why Base64 encoding is no longer used as of #12.

asterite commented 6 years ago

Oh, cool. I saw the require "base64" but it seems to be there for backwards compatibility.