-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Open
Labels
untriagedauto added to all issues by default when created.auto added to all issues by default when created.
Description
Rust message types do not implement PartialEq
, and the protobuf
crate does not provide an equality function.
Go provides https://pkg.go.dev/google.golang.org/protobuf/proto#Equal and, for tests, https://pkg.go.dev/google.golang.org/protobuf/testing/protocmp.
Should Rust have similar capabilities?
Metadata
Metadata
Assignees
Labels
untriagedauto added to all issues by default when created.auto added to all issues by default when created.