Skip to content

Commit a7ef206

Browse files
committed
Regenerate
1 parent 49cec0a commit a7ef206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ <h3 id="data-formats"><a name="data-formats" class="plugin-anchor" href="#data-f
701701
<li><a href="https://docs.rs/zvariant" target="_blank">D-Bus</a>&apos;s binary wire format.</li>
702702
<li><a href="https://github.com/google/flatbuffers/tree/master/rust/flexbuffers" target="_blank">FlexBuffers</a>, the schemaless cousin of Google&apos;s FlatBuffers zero-copy
703703
serialization format.</li>
704+
<li><a href="https://github.com/P3KI/bendy" target="_blank">Bencode</a>, a simple binary format used in the BitTorrent protocol.</li>
704705
</ul>
705706
<h3 id="data-structures"><a name="data-structures" class="plugin-anchor" href="#data-structures"><i class="fa fa-link" aria-hidden="true"></i></a>Data structures</h3>
706707
<p>Out of the box, Serde is able to serialize and deserialize common Rust data

0 commit comments

Comments
 (0)