{"id":17445945,"url":"https://github.com/jamen/hex_table","last_synced_at":"2025-04-02T10:43:07.974Z","repository":{"id":62440097,"uuid":"261340510","full_name":"jamen/hex_table","owner":"jamen","description":"Format a byte slice into a hex table.","archived":false,"fork":false,"pushed_at":"2020-05-29T10:24:13.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T16:03:08.169Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamen.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-05T02:06:45.000Z","updated_at":"2022-05-04T21:17:01.000Z","dependencies_parsed_at":"2022-11-01T21:53:00.736Z","dependency_job_id":null,"html_url":"https://github.com/jamen/hex_table","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fhex_table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fhex_table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fhex_table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fhex_table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamen","download_url":"https://codeload.github.com/jamen/hex_table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246802594,"owners_count":20836365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-17T18:18:26.588Z","updated_at":"2025-04-02T10:43:07.945Z","avatar_url":"https://github.com/jamen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hex_table\n\nFormat a byte slice into a hex table.\n\n```rust\nlet x = \"Lorem ipsum cupidatat voluptate exercitation aliquip exercitation \\\n         do exercitation est? Consectetur est non commodo exercitation.\";\n\nlet table = HexTable {\n    columns: 16,\n    offset: 0,\n    header: false,\n    ascii: true,\n    zeros: true,\n};\n\ntable.format(x.as_bytes(), \u0026mut std::io::stdout()).unwrap();\n```\n\n```\n00: 4C 6F 72 65 6D 20 69 70 73 75 6D 20 63 75 70 69 | Lorem.ipsum.cupi\n10: 64 61 74 61 74 20 76 6F 6C 75 70 74 61 74 65 20 | datat.voluptate.\n20: 65 78 65 72 63 69 74 61 74 69 6F 6E 20 61 6C 69 | exercitation.ali\n30: 71 75 69 70 20 65 78 65 72 63 69 74 61 74 69 6F | quip.exercitatio\n40: 6E 20 64 6F 20 65 78 65 72 63 69 74 61 74 69 6F | n.do.exercitatio\n50: 6E 20 65 73 74 3F 20 43 6F 6E 73 65 63 74 65 74 | n.est..Consectet\n60: 75 72 20 65 73 74 20 6E 6F 6E 20 63 6F 6D 6D 6F | ur.est.non.commo\n70: 64 6F 20 65 78 65 72 63 69 74 61 74 69 6F 6E 2E | do.exercitation.\n```\n\n[Documentation](https://docs.rs/hex_table)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamen%2Fhex_table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamen%2Fhex_table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamen%2Fhex_table/lists"}