{"id":15099880,"url":"https://github.com/tensorush/zig-cookie","last_synced_at":"2026-01-06T19:04:41.519Z","repository":{"id":226158079,"uuid":"767688430","full_name":"tensorush/zig-cookie","owner":"tensorush","description":"Zig port of cookie-rs library for HTTP cookie storage.","archived":false,"fork":false,"pushed_at":"2025-03-04T13:52:51.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T14:34:48.593Z","etag":null,"topics":["zig","zig-library","zig-package"],"latest_commit_sha":null,"homepage":"https://tensorush.github.io/zig-cookie/","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-03-05T18:13:03.000Z","updated_at":"2025-03-04T14:02:52.000Z","dependencies_parsed_at":"2024-03-06T07:25:46.010Z","dependency_job_id":"96f5f8d5-18e4-4498-bdf9-89b8267dfad6","html_url":"https://github.com/tensorush/zig-cookie","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"cc6de27672cb8d577b70a8e4226e858c900127cf"},"previous_names":["tensorush/zig-cookie"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tensorush%2Fzig-cookie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tensorush%2Fzig-cookie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tensorush%2Fzig-cookie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tensorush%2Fzig-cookie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tensorush","download_url":"https://codeload.github.com/tensorush/zig-cookie/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858879,"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:40:31.327Z","updated_at":"2026-01-06T19:04:41.514Z","avatar_url":"https://github.com/tensorush.png","language":"Zig","readme":"# zig-cookie\n\n## Zig port of [cookie-rs library](https://github.com/rwf2/cookie-rs) for HTTP cookie storage.\n\n### Usage\n\n1. Add `cookie` dependency to `build.zig.zon`:\n\n```sh\nzig fetch --save git+https://github.com/tensorush/zig-cookie.git\n```\n\n2. Use `cookie` dependency in `build.zig`:\n\n```zig\nconst cookie_dep = b.dependency(\"cookie\", .{\n    .target = target,\n    .optimize = optimize,\n});\nconst cookie_mod = cookie_dep.module(\"cookie\");\n\nconst root_mod = b.createModule(.{\n    .target = target,\n    .optimize = optimize,\n    .imports = \u0026.{\n        .{ .name = \"cookie\", .module = cookie_mod },\n    },\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftensorush%2Fzig-cookie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftensorush%2Fzig-cookie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftensorush%2Fzig-cookie/lists"}