{"id":13741587,"url":"https://github.com/Vexu/comptime_hash_map","last_synced_at":"2025-05-08T21:34:27.419Z","repository":{"id":53767201,"uuid":"275425825","full_name":"Vexu/comptime_hash_map","owner":"Vexu","description":"A statically initiated HashMap","archived":false,"fork":false,"pushed_at":"2024-08-18T15:20:24.000Z","size":11,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-08T12:48:51.041Z","etag":null,"topics":["compile-time","zig","zig-library","zig-package"],"latest_commit_sha":null,"homepage":"","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/Vexu.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":"2020-06-27T17:56:20.000Z","updated_at":"2024-09-30T22:34:46.000Z","dependencies_parsed_at":"2024-01-25T04:47:46.713Z","dependency_job_id":"6a5dbf24-5d53-4f37-9bfe-b5790cbd63ae","html_url":"https://github.com/Vexu/comptime_hash_map","commit_stats":{"total_commits":6,"total_committers":6,"mean_commits":1.0,"dds":0.8333333333333334,"last_synced_commit":"e5d06ce6c65833912444888ab98e824021a37d42"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vexu%2Fcomptime_hash_map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vexu%2Fcomptime_hash_map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vexu%2Fcomptime_hash_map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vexu%2Fcomptime_hash_map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vexu","download_url":"https://codeload.github.com/Vexu/comptime_hash_map/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224774903,"owners_count":17367822,"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":["compile-time","zig","zig-library","zig-package"],"created_at":"2024-08-03T04:01:00.619Z","updated_at":"2024-11-15T11:31:31.651Z","avatar_url":"https://github.com/Vexu.png","language":"Zig","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Comptime HashMap\n\nA statically initiated HashMap, originally a pull request to the Zig std lib [#5359](https://github.com/ziglang/zig/pull/5359).\n\n## Installation\n\nBuild for Zig `0.13.0`.\n\n```sh\nzig fetch --save git+https://github.com/Vexu/comptime_hash_map\n```\n\nIn your `build.zig`:\n```zig\nconst chm = b.dependency(\"comptime_hash_map\", .{});\nexe.root_module.addImport(\"comptime_hash_map\", chm.module(\"comptime_hash_map\"));\n```\n\nIn your `exe` module:\n```zig\nconst chm = @import(\"comptime_hash_map\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVexu%2Fcomptime_hash_map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVexu%2Fcomptime_hash_map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVexu%2Fcomptime_hash_map/lists"}