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
5 changes: 5 additions & 0 deletions impls.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,11 @@ <h2 id="c">C#, F#, VB.net</h2>
<p>System.Formats.Cbor is the built-in solution for .Net (C#, F#, VB.net):</p>

<p><a class="btn" href="https://docs.microsoft.com/en-us/dotnet/api/system.formats.cbor?view=dotnet-plat-ext-6.0">View Details »</a></p>

<p><code>Spotflow.Cbor</code> is a high-performance CBOR (de-)serialization library for .NET, with familiar API modelled after System.Text.Json:</p>

<p><a class="btn" href="https://github.com/spotflow-io/cbor-dotnet">View Details »</a></p>

<h2 id="c-c">C, C++</h2>

<p>A C implementation for highly constrained nodes, which achieves
Expand Down