Initial release
Fix stack overflow for large byte sequences. Thanks, @edkv
Tons of optimizations by @folkertdev (PR #1)
Even more decoder optimizations (2x speedup) by @folkertdev (PR #3)
Add toString
and fromString
, which are wrappers around toBytes
and
fromBytes
, to encode/decode Base64 strings from/into strings, so that projects
that use this package for these use cases don't need to directly import Bytes
as well.