Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions impls.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,13 @@ <h2 id="julia">Julia</h2>
Julia types. Install via: <code>Pkg.add("CBOR")</code></p>

<p><a class="btn" href="https://github.com/saurvs/CBOR.jl">View details »</a></p>

<h2 id="zig">Zig</h2>

<p><code>zbor</code> provides CBOR encoding and decoding for Zig types by leveraging
compile-time parameters and parameter type inference.</p>

<p><a class="btn" href="https://github.com/r4gus/zbor">View details »</a></p>
</div>
<div class='span4'>
<h2 id="java">Java</h2>
Expand Down