{"id":19528913,"url":"https://github.com/julienrull/libzro","last_synced_at":"2025-04-04T11:04:37.750Z","repository":{"id":258054027,"uuid":"836826894","full_name":"julienrull/libzro","owner":"julienrull","description":"A header-only C library that provides essential data structures","archived":false,"fork":false,"pushed_at":"2025-03-11T15:10:17.000Z","size":1189,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T16:24:18.511Z","etag":null,"topics":["arena-allocator","c","dynamic-array","hmap","library","unittest"],"latest_commit_sha":null,"homepage":"","language":"C","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/julienrull.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-08-01T16:30:44.000Z","updated_at":"2025-03-11T15:10:21.000Z","dependencies_parsed_at":"2025-03-11T16:22:20.346Z","dependency_job_id":"c9488d4b-21ab-4a99-8149-df3ce2d23770","html_url":"https://github.com/julienrull/libzro","commit_stats":null,"previous_names":["julienrull/libzro","ncronom/libzro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julienrull%2Flibzro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julienrull%2Flibzro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julienrull%2Flibzro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julienrull%2Flibzro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julienrull","download_url":"https://codeload.github.com/julienrull/libzro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166171,"owners_count":20894654,"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":["arena-allocator","c","dynamic-array","hmap","library","unittest"],"created_at":"2024-11-11T01:20:47.855Z","updated_at":"2025-04-04T11:04:37.745Z","avatar_url":"https://github.com/julienrull.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libzro\n\n\u003e [!WARNING]  \n\u003e zro.h is still in development, do not use in production !\n\nA header-only C library that provides essential data structures, including:\n\n- **Generic memory management**\n- **Arena allocator**\n- **Dynamic array**\n- **Hashmap** (TODO)\n\n## Getting Started\n\n### Download\n\n```sh\nwget https://raw.githubusercontent.com/julienrull/libzro/refs/heads/main/zro.h\n```\n\nOR\n\n```sh\ncurl https://raw.githubusercontent.com/julienrull/libzro/refs/heads/main/zro.h -o libzro.h\n```\n\n### Setup\n\nAdd this in one translation unit (One source file):\n\n```c\n#define ZRO_IMPLEMENTATION\n#include \"zro.h\"\n```\n\nIn other files, when you need to use the library, juste include \"zro.h\"\n\n\n## Tests\n\n[nob.h by tsoding](https://github.com/tsoding/nob.h) is used to execute builds and tests.\n\nTo run the tests (on Windows or Unix base system) juste bootstrap \"nob.c\" with your favorite C compiler and execute the \"test\" command like this:\n\n```shell\ngcc nobe.c -o nob\n./nob test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienrull%2Flibzro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulienrull%2Flibzro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienrull%2Flibzro/lists"}