From 0593b5fd7788dbd1ee0906aacb9d48d5d2ec1e9b Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Thu, 23 Mar 2023 10:37:04 +0800 Subject: [PATCH] Add karlseguin/http.zig and karlseguin/log.zig (#25) Co-authored-by: Nulo (he/him) <86896666+catdevnull@users.noreply.github.com> --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 74215bc..f63ffaa 100644 --- a/readme.md +++ b/readme.md @@ -171,6 +171,7 @@ A general-purpose programming language and toolchain for maintaining robust, opt * [ziglibs/known-folders](https://github.com/ziglibs/known-folders) - Provides access to well-known folders across several operating systems. * [SasLuca/zig-nanoid](https://github.com/SasLuca/zig-nanoid) - Battle-tested, tiny, secure, URL-friendly, unique string ID generator. Now available in pure Zig. * [kassane/libvlc-zig](https://github.com/kassane/libvlc-zig) - Zig bindings for libVLC media framework. +* [karlseguin/log.zig](https://github.com/karlseguin/log.zig) - Structured logging library. ## Network * [MasterQ32/zig-network](https://github.com/MasterQ32/zig-network) - Small network abstraction layer around TCP & UDP. @@ -190,6 +191,7 @@ A general-purpose programming language and toolchain for maintaining robust, opt * ~~[Vexu/routez](https://github.com/Vexu/routez) - HTTP server.~~ * [frmdstryr/zhp](https://github.com/frmdstryr/zhp) - Featureful HTTP server. * [axgdev/telegram_echobot_zig](https://github.com/axgdev/telegram_echobot_zig) - Telegram echo bot. +* [karlseguin/http.zig](https://github.com/karlseguin/http.zig) - HTTP/1.1 server. ## Web