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
9 changes: 9 additions & 0 deletions impls.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ <h2 id="rust">Rust</h2>
serde module has declined to add support:</p>

<p><a class="btn" href="https://github.com/pyfisch/cbor">View details &raquo;</a></p>

<p>The cbor2 implementation is a full-featured RFC 8949 implementation
for Rust, available on
<a href="https://crates.io/crates/cbor2">crates.io</a>. 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.</p>

<p><a class="btn" href="https://github.com/ldclabs/cbor2">View details &raquo;</a></p>

<p>The CBOR-CODEC implementation, available on
<a href="https://crates.io/crates/cbor-codec">crates.io</a>, supports Tags and can deal with objects without size limits:</p>
Expand Down