Registry / utility / hexplay

hexplay

JSON →
library0.3.0rscratesunverified

Format u8 slices like a hex editor.

# Cargo.toml [dependencies] hexplay = "0.3.0"
INSTALL
IMPORT
SIG · HEXPLAY
H
hexplay
utilityrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HexViewBuilder
use hexplay::HexViewBuilder;

Display a byte slice in hex editor format.

use hexplay::HexViewBuilder; fn main() { let data = vec![0x00, 0x01, 0x02, 0x03]; let view = HexViewBuilder::new(data).build(); println!("{}", view); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hexplay — cargo add hexplay · libregistry