Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 697 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 697 Bytes

Build Status Swift 5.1 Swift Package Manager Compatible

HexFormatter

HexFormatter is a flexible Swift formatter for outputting hex data. Features:

  • Canonical hex+ASCII output (akin to the output of the Unix command hexdump -C)
  • Plain hex string output (similar to the output of the Unix command md5)
  • It can generate attributed strings for display in iOS/macOS TextViews
  • It can generate HTML output