Add 'ByteString' newtypes for Generic coding #251
Labels
codec
Conversion between TOML and custom user data types
generics
Generic bidirectional codecs
good first issue
Good for newcomers
Milestone
There are two ways to encode
ByteString
in TOML:To handle these cases, it's better to provide
newtype
s, specifically:ByteStringAsText
ByteStringAsBytes
LByteStringAsText
LByteStringAsBytes
The text was updated successfully, but these errors were encountered: