Wrap flexbuffers bullet point to 80 columns

This commit is contained in:
David Tolnay 2022-12-26 09:14:23 -08:00
parent df6310e5f5
commit 4d2e36d19b
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -52,7 +52,8 @@
//! - [S-expressions], the textual representation of code and data used by the
//! Lisp language family.
//! - [D-Bus]'s binary wire format.
//! - [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy serialization format.
//! - [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy
//! serialization format.
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
//! and from DynamoDB.
//!