dannys42 / SwiftHexFormatter

Flexbile formatter for displaying hex dumps/strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Flexbile formatter for displaying hex dumps/strings

License:MIT License


Languages

Language:Swift 93.4%Language:Shell 6.6%