dannys42/SwiftHexFormatter 0.0.1
Flexbile formatter for displaying hex dumps/strings
⭐️ 0
🕓 2 weeks ago
.package(url: "https://github.com/dannys42/SwiftHexFormatter.git", from: "0.0.1")

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