/SwiftHexFormatter

Flexbile formatter for displaying hex dumps/strings

Primary LanguageSwiftMIT LicenseMIT

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