05nelsonm / encoding

A Kotlin Multiplatform library for configurable, streamable, efficient and extensible Encoding/Decoding with support for base16/32/64.
Apache License 2.0
34 stars 5 forks source link

Remove unnecessary conversions #77

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Closes #76

This was a great find, as it enabled whittling down the API surface area. Was able to remove the following:

And really cleaned up some use cases.