pretty-hex icon indicating copy to clipboard operation
pretty-hex copied to clipboard

A Rust library providing pretty hex dump.

Results 2 pretty-hex issues
Sort by recently updated
recently updated
newest added

See title. This would be very useful to handle types that can't be expressed as a single contiguous byte slice

hex_conf is showing too many zeroes when at the end of a u16 range. ```rust #[test] fn test() { let hex_config = HexConfig { title: false, display_offset: 0xfff0, ascii: false,...