{"id":73722,"library":"hexplay","title":"Hexplay","description":"Format u8 slices like a hex editor.","status":"active","version":"0.3.0","language":"rust","source_language":null,"source_url":"https://github.com/tmoers/hexplay","tags":["hex","formatting","binary","debug"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhexplay = \"0.3.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hexplay","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"HexViewBuilder","correct":"use hexplay::HexViewBuilder;"}],"quickstart":{"code":"use hexplay::HexViewBuilder;\n\nfn main() {\n    let data = vec![0x00, 0x01, 0x02, 0x03];\n    let view = HexViewBuilder::new(data).build();\n    println!(\"{}\", view);\n}","lang":"rust","description":"Display a byte slice in hex editor format."},"warnings":[],"env_vars":null,"search_vec":"'binari':11 'debug':12 'editor':8 'format':2,10 'hex':7,9 'hexplay':1 'like':5 'slice':4 'u8':3","created_at":"2026-06-17T18:54:15.002942+00:00","updated_at":"2026-06-17T18:54:15.002942+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tmoers/hexplay","github":"https://github.com/tmoers/hexplay","docs":"https://docs.rs/hexplay/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}