hxy-view 0.1.0

Reusable egui hex-view widget
Documentation
  • Coverage
  • 57.14%
    40 out of 70 items documented0 out of 35 items with examples
  • Size
  • Source code size: 90.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.18 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 56s Average build duration of successful builds.
  • all releases: 1m 56s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • landaire/hxy
    16 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • landaire

Reusable egui hex-view widget.

Renders bytes from a [HexSource] in a virtualised scroll view with a configurable number of hex columns (16 by default), an address column, and an ASCII sidebar. Supports click, shift-click, and drag across arbitrary row boundaries to extend the selection. Highlights are painted as contiguous bars across each row for readability.