From d1d0ebc8f2d914a3a12a349d4a7cd1c4201540b3 Mon Sep 17 00:00:00 2001 From: Tomas Pajurek Date: Wed, 12 Nov 2025 12:34:37 +0100 Subject: [PATCH 1/2] Add spotflow-io/cbor-dotnet --- impls.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/impls.html b/impls.html index 1baed23..67a6125 100644 --- a/impls.html +++ b/impls.html @@ -316,6 +316,11 @@

C#, F#, VB.net

System.Formats.Cbor is the built-in solution for .Net (C#, F#, VB.net):

View Details »

+ +

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

+ +

View Details »

+

C, C++

A C implementation for highly constrained nodes, which achieves From a03f30fc28538684b510584b8eb7734a5cb3b13c Mon Sep 17 00:00:00 2001 From: Tomas Pajurek Date: Wed, 12 Nov 2025 12:39:00 +0100 Subject: [PATCH 2/2] Update formatting --- impls.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impls.html b/impls.html index 67a6125..1be1620 100644 --- a/impls.html +++ b/impls.html @@ -317,7 +317,7 @@

C#, F#, VB.net

View Details »

-

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

+

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

View Details »