Hi 👋!
I would like to contribute, adding some codecs for the Native and JS platforms. For example, the bytea type can also be converted to JS UInt8Array.
I just have one question regarding the code style of skunk. Those codecs should be included in the core project? Or it is better to have them in their own project, like the circe and refined codecs?
Hi 👋!
I would like to contribute, adding some codecs for the Native and JS platforms. For example, the
byteatype can also be converted to JSUInt8Array.I just have one question regarding the code style of skunk. Those codecs should be included in the
coreproject? Or it is better to have them in their own project, like thecirceandrefinedcodecs?