nandlabs / go-commons

A common collection of utilities for Go programming language
Apache License 2.0
2 stars 2 forks source link

Text encoding util #36

Closed nandagopalan closed 6 months ago

nandagopalan commented 1 year ago

Create a utility to be able to convert text between different formats.

Check if Endianness support is required.

nandagopalan commented 1 year ago

Should be able to have a common interaface that can implemented for multiple Types.

May be a Reader and Writer implementation should suffice.

nandagopalan commented 6 months ago

This item has been cancelled