From 8f1741f02f1beb815d1e94a4d0ea9be957df929e Mon Sep 17 00:00:00 2001 From: David Sugar Date: Wed, 6 Sep 2023 13:14:03 +0200 Subject: [PATCH] Added Zig CBOR (zbor) implementation to impls.html --- impls.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/impls.html b/impls.html index 88347a5..ed6e803 100644 --- a/impls.html +++ b/impls.html @@ -272,6 +272,13 @@

Julia

Julia types. Install via: Pkg.add("CBOR")

View details »

+ +

Zig

+ +

zbor provides CBOR encoding and decoding for Zig types by leveraging + compile-time parameters and parameter type inference.

+ +

View details »

Java