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