diff --git a/impls.html b/impls.html index 1baed23..7a59b03 100644 --- a/impls.html +++ b/impls.html @@ -111,6 +111,15 @@

Rust

serde module has declined to add support:

View details »

+ +

The cbor2 implementation is a full-featured RFC 8949 implementation + for Rust, available on + crates.io. It supports: + async item I/O, serde round trips, canonical and deterministic encoding, + Value/RawValue, COSE-style integer map keys, semantic tags, + diagnostic notation, no_std, with separately available well-formedness check.

+ +

View details »

The CBOR-CODEC implementation, available on crates.io, supports Tags and can deal with objects without size limits: