Took the week to refactor my encoding library. As ...
# multiplatform
m
Took the week to refactor my encoding library. As of
1.2.0
for all platforms you can now: • Stream encoded/decoded data via `Feed`s 🦜 • Configure `EncoderDecoder`s to suit your needs. e.g.: ◦ Ignore white space when decoding ◦ Insert line breaks at
n
interval of encoded output ◦ Options for base16/32 to use lowercase chars when encoding ◦ Skip padding encoded output ◦ Moar • Easily create your own `EncoderDecoder`s by using the
encoding-core
abstractions. https://github.com/05nelsonm/encoding
👍 4