{"id":13710226,"url":"https://github.com/goto-bus-stop/ziguid","last_synced_at":"2025-04-15T23:54:03.144Z","repository":{"id":66054329,"uuid":"193699079","full_name":"goto-bus-stop/ziguid","owner":"goto-bus-stop","description":"GUID parsing/stringifying with zig","archived":false,"fork":false,"pushed_at":"2023-06-25T16:04:06.000Z","size":41,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"default","last_synced_at":"2025-03-29T03:05:58.704Z","etag":null,"topics":["guid","zig"],"latest_commit_sha":null,"homepage":null,"language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goto-bus-stop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-06-25T11:59:15.000Z","updated_at":"2025-03-24T06:52:29.000Z","dependencies_parsed_at":"2024-01-27T09:39:01.922Z","dependency_job_id":"e4b1f3fc-f66e-4bbf-8780-ac6de88519cc","html_url":"https://github.com/goto-bus-stop/ziguid","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/goto-bus-stop%2Fziguid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fziguid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fziguid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fziguid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goto-bus-stop","download_url":"https://codeload.github.com/goto-bus-stop/ziguid/tar.gz/refs/heads/default","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249173061,"owners_count":21224481,"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":["guid","zig"],"created_at":"2024-08-02T23:00:53.324Z","updated_at":"2025-04-15T23:54:03.126Z","avatar_url":"https://github.com/goto-bus-stop.png","language":"Zig","funding_links":[],"categories":["Applications","Parser","Language Essentials"],"sub_categories":["File Format Processing"],"readme":"# ziguid\nGUIDs for zig.\n\n## Usage\n```zig\nconst guid = @import(\"ziguid\");\nconst GUID = guid.GUID;\n\nconst at_comptime = GUID.from(\"14aacebd-2dfe-4f5c-a475-d1b57b0cb775\");\n\nconst generate_at_runtime = GUID.v4();\nvar string_buffer = [_]u8{0} ** 38;\ngenerate_at_runtime.toString(string_buffer, .Braced, .Upper);\n// \"{B10BC49E-E79A-478B-B180-0A7093E2D1BE}\"\n```\n\nThe GUID struct is 16 bytes large and has an identical layout to the GUID struct in the Windows C API.\n\n## License\n[Apache-2.0](./LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-bus-stop%2Fziguid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoto-bus-stop%2Fziguid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-bus-stop%2Fziguid/lists"}