{"id":15099845,"url":"https://github.com/tensorush/zig-exhaustigen","last_synced_at":"2026-01-06T20:42:42.773Z","repository":{"id":248962744,"uuid":"830177033","full_name":"tensorush/zig-exhaustigen","owner":"tensorush","description":"Zig port of exhaustigen-rs library for exhaustive testing.","archived":false,"fork":false,"pushed_at":"2025-03-04T13:55:18.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T14:35:32.427Z","etag":null,"topics":["zig","zig-library","zig-package"],"latest_commit_sha":null,"homepage":"https://tensorush.github.io/zig-exhaustigen/","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tensorush.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-17T18:44:59.000Z","updated_at":"2025-03-04T14:02:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"616507b9-84e5-413b-89d7-1f38bb063f96","html_url":"https://github.com/tensorush/zig-exhaustigen","commit_stats":null,"previous_names":["tensorush/exhaustigen"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tensorush%2Fzig-exhaustigen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tensorush%2Fzig-exhaustigen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tensorush%2Fzig-exhaustigen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tensorush%2Fzig-exhaustigen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tensorush","download_url":"https://codeload.github.com/tensorush/zig-exhaustigen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858876,"owners_count":20684057,"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":["zig","zig-library","zig-package"],"created_at":"2024-09-25T17:28:18.251Z","updated_at":"2026-01-06T20:42:42.768Z","avatar_url":"https://github.com/tensorush.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zig-exhaustigen\n\n## Zig port of [exhaustigen-rs library](https://github.com/graydon/exhaustigen-rs) for exhaustive testing.\n\n### Usage\n\n1. Add `exhaustigen` dependency to `build.zig.zon`:\n\n```sh\nzig fetch --save git+https://github.com/tensorush/zig-exhaustigen.git\n```\n\n2. Use `exhaustigen` dependency in `build.zig`:\n\n```zig\nconst exhaustigen_dep = b.dependency(\"exhaustigen\", .{\n    .target = target,\n    .optimize = optimize,\n});\nconst exhaustigen_mod = exhaustigen_dep.module(\"exhaustigen\");\n\nconst root_mod = b.createModule(.{\n    .target = target,\n    .optimize = optimize,\n    .imports = \u0026.{\n        .{ .name = \"exhaustigen\", .module = exhaustigen_mod },\n    },\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftensorush%2Fzig-exhaustigen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftensorush%2Fzig-exhaustigen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftensorush%2Fzig-exhaustigen/lists"}