rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.67k stars 384 forks source link

PartialEq, Eq for Signature #890

Closed kim closed 1 year ago

kim commented 1 year ago

Necessarily hand-derived structural equality, as the raw binding stores pointers for the string fields.