{"id":34933226,"url":"https://github.com/zigster64/zigster64","last_synced_at":"2026-04-07T14:01:30.567Z","repository":{"id":209001334,"uuid":"722983932","full_name":"zigster64/zigster64","owner":"zigster64","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-31T12:27:18.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T17:25:55.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zigster64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-11-24T12:05:10.000Z","updated_at":"2025-12-31T12:27:22.000Z","dependencies_parsed_at":"2023-12-05T01:26:04.462Z","dependency_job_id":"9feaf639-0d6c-4ab6-bf80-04b821ac33aa","html_url":"https://github.com/zigster64/zigster64","commit_stats":null,"previous_names":["zigster64/zigster64"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zigster64/zigster64","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigster64%2Fzigster64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigster64%2Fzigster64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigster64%2Fzigster64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigster64%2Fzigster64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigster64","download_url":"https://codeload.github.com/zigster64/zigster64/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigster64%2Fzigster64/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31515151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-12-26T17:31:36.507Z","updated_at":"2026-04-07T14:01:30.561Z","avatar_url":"https://github.com/zigster64.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### 𒀳  Scribe of the Ziggurat  𒅆𒂍𒉪\n\n\n![ziggurat](https://avatars.githubusercontent.com/u/72325365?s=400\u0026u=34471213c3cd836b017b6b85db6546e83aec64f8\u0026v=4)\n\nI do small and minimalist solutions \n\nZig is a pretty capable and expressive language. Its possible to provide solutions to common problems in a very small amount of code (sometimes), especially if you embrace comptime.\n\nThere are many common problem domains out there, with many common solutions in a range of languages. These libraries can sometimes be quite large, complicated, and take effort to understand the internals. \n\nRather than write a direct port of these existing Go/Java/Rust/C++ utils into Zig .. it can pay to relax and do things the Zig way instead\n\nAll my code is targetted at 0.15.1 for now.  \nWill start to migrate to 0.16-dev once async is usable pre 0.16\n\n---\n🔭\nHere is a list of public Zig projects Im working on for 2026-27 FY (Zig 0.15.1 - 0.16-dev)\n\n- ⚡ [pubsub.zig](https://github.com/zigster64/pubsub.zig) A small embedded PubSub message queue service, for Zig 0.16. Small package with a few really nice features and philosophy. Check it out !  Im using this as the basis for PubSub in the new Datastar Zig SDK.\n  \n- ⚡ [datastar.zig](https://github.com/zigster64/datastar.zig) Alternate driver for Datastar apps with zig 0.16-dev. Includes a built in bare-bones HTTP server with router, based on stdlib. Not indended to be performant at this stage, but intended to provide a framework for experimenting with the new IO.  Uses Io.Threaded - until Io.Evented becomes available.\n  \n- ⚡ [datastar.http.zig](https://github.com/zigster64/datastar.http.zig) Alternate driver for Datastar apps with zig 0.15.1. Includes a pub/sub mechanism for handling many long lived connections with realtime updates. Should work with http.zig/jetzig/tokamak/stdlib\n  \n- ⚡ [paseto.zig](https://github.com/zigster64/paseto.zig) Very simple Paseto v4 encode/decode lib for having properly secure tokens (as opposed to JWT)\n\n- ⚡ [Zig Language](https://github.com/zigster64/zig)  Zig language and compiler\n\n----\n🔭\nHere is a list of public Zig projects Im working on for 2025-26 FY\n\n- ⚡ [csv.zig](https://github.com/zigster64/csv.zig) Very simple package to read and parse CSV streaming data into Zig structs\n- ⚡ [dotenv.zig](https://github.com/zigster64/dotenv.zig) Very simple package to load ENV vars from .env files on boot\n\n- ⚡ [datastor.zig](https://github.com/zigster64/datastor.zig) Very prototype Zig lib for a concept Data Persistence layer suitable for games / IoT\n\n----\n🔭\nHere is a list of Zig projects I have completed (2023)\n  \n- ⚡ [ZTS](https://github.com/zigster64/zts)  Comptime text templating system, specifically for use in web servers\n- ⚡ [zig-zag-zoe](https://github.com/zigster64/zig-zag-zoe)  Multi-player web based game, using HTMX and SSE\n- ⚡ [zchat](https://github.com/zigster64/zchat)  Unique chat application, using cuniform over HTTP\n\n----\n👯 \nOther Zig projects Im actively using / collaborating on (2023 - 2026)\n\nkarlseguin - local forks for development / PRs\n- ⚡ [http.zig](https://github.com/zigster64/http.zig)  HTTP 1.1 server\n\n- ⚡ [pg.zig](https://github.com/zigster64/pg.zig)  Zig native Postgresql client library\n- ⚡ [websocket.zig](https://github.com/zigster64/websocket.zig)  Websocket server\n- ⚡ [zuckdb.zig](https://github.com/zigster64/zuckdb.zig)  DuckDB library\n\n----\nOlder Stuff\n\nWorking on libUI-ng stuff for Native UI development\n- ⚡ [Zig libui-ng](https://github.com/zigster64/zig-libui-ng) Zig bindings to libUI-ng\n- C  [libui-ng](https://github.com/zigster64/libui-ng) Underlying C library that provides a common UI wrapper over native elements (Win32 / GTK / Obj-C Mac)\n  \nOthers\n- ⚡ [Capy UI](https://github.com/zigster64/capy)  Zig native GUI library\n- ⚡ [ZLS](https://github.com/zigster64/zls)  ZLS Language Server\n\n\n🌱\n\n  \n\u003c!--\n**zigster64/zigster64** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.\n\nHere are some ideas to get you started:\n\n- 🔭 I’m currently working on ...\n- 🌱 I’m currently learning ...\n- 👯 I’m looking to collaborate on ...\n- 🤔 I’m looking for help with ...\n- 💬 Ask me about ...\n- 📫 How to reach me: ...\n- 😄 Pronouns: ...\n- ⚡ Fun fact: ...\n--\u003e\n\nConfigs\n\n- https://github.com/zigster64/lunavim.config my LunaVim config\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigster64%2Fzigster64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigster64%2Fzigster64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigster64%2Fzigster64/lists"}