Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
  • Loading branch information
epage and weihanglo authored Oct 31, 2024
1 parent aa00cc3 commit 5d43de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ some tool authors were discussing with the Cargo team how to optimize `cargo met
One of the concerns raised was with the serialization / deserialization time of json.
In considering supporting another format, there has to be enough of a difference from json to be worth the effort, it must have a good compatibility story, and we should consider the interoperability of the format.
For example, CBOR was brought up.
While it has an IETFC RFC,
While it has an IETF RFC,
the Rust implementations have had some incompatibilities between them and the deserialization time seems to be on par with json
([source](https://github.com/djkoloski/rust_serialization_benchmark)) though real world benchmarks with `cargo metadata` would be needed to tell if it will make a difference.

Expand Down

0 comments on commit 5d43de3

Please sign in to comment.