diff --git a/impls.html b/impls.html index 1baed23..7a59b03 100644 --- a/impls.html +++ b/impls.html @@ -111,6 +111,15 @@
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.
+ +The CBOR-CODEC implementation, available on crates.io, supports Tags and can deal with objects without size limits: