{"id":19365613,"url":"https://github.com/nikvolf/inhex","last_synced_at":"2025-11-18T09:03:09.080Z","repository":{"id":62440892,"uuid":"212514080","full_name":"NikVolf/inhex","owner":"NikVolf","description":"Indented hex strings for your test data","archived":false,"fork":false,"pushed_at":"2019-10-03T07:13:45.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T03:55:24.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NikVolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-03T06:48:22.000Z","updated_at":"2019-10-03T12:33:08.000Z","dependencies_parsed_at":"2022-11-01T22:01:03.824Z","dependency_job_id":null,"html_url":"https://github.com/NikVolf/inhex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NikVolf/inhex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikVolf%2Finhex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikVolf%2Finhex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikVolf%2Finhex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikVolf%2Finhex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikVolf","download_url":"https://codeload.github.com/NikVolf/inhex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikVolf%2Finhex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285035891,"owners_count":27103933,"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","status":"online","status_checked_at":"2025-11-18T02:00:05.759Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-10T07:41:31.162Z","updated_at":"2025-11-18T09:03:09.063Z","avatar_url":"https://github.com/NikVolf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inhex\nIndented hex strings for your test data\n\n## Usage\n\nAdd to Cargo.toml\n\n```toml\n[dev-dependencies]\ninhex = \"0.1\"\n```\n\nand use hex data in your tests:\n\n```rust\n    #[test]\n    fn test_data() {\n        let data: Vec\u003cu8\u003e = inhex::inhex!(\"\n            0efd\n            5f74\n        \");\n\n        assert_eq!(\u0026data[..], \u0026[0x0e, 0xfd, 0x5f, 0x74][..]);\n    }\n```\n\n# License\n\n`inhex` is primarily distributed under the terms of both the MIT\nlicense and the Apache License (Version 2.0), at your choice.\n\nSee LICENSE-APACHE, and LICENSE-MIT for details.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in inhex by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikvolf%2Finhex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikvolf%2Finhex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikvolf%2Finhex/lists"}