From 309ee06937cca3c3a23d19afc8564ccaa44ac838 Mon Sep 17 00:00:00 2001 From: Claes Mogren Date: Mon, 8 Mar 2021 19:05:23 -0800 Subject: [PATCH] Update impls.html Add the cboring go implementation: https://github.com/dtn7/cboring --- impls.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/impls.html b/impls.html index 3a9c4f8..c9c753b 100644 --- a/impls.html +++ b/impls.html @@ -92,6 +92,11 @@

Go

View details »

+

A simple but fast CBOR library, implementing a limited subset of features. Developed to be used in + dtn7-go, an implementation of the Bundle Protocol Version 7.

+ +

View details »

+

Rust

An implementation using