bytes icon indicating copy to clipboard operation
bytes copied to clipboard

Support for human-readable formats?

Open fjarri opened this issue 2 years ago • 6 comments

While this crate helps serialize bytes in binary formats efficiently, human-readable formats will still have them as vectors of integers. Is efficient serialization in human-readable formats something potentially fitting for this crate, or should it be implemented elsewhere?

That may include:

  • support for hex/base64 encoding
  • multibase support
  • selection of the specific representation for the encoding (e.g. prefix or no prefix, or lowercase or uppercase for hex)

fjarri avatar Jan 04 '23 17:01 fjarri