tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.77k stars 489 forks source link

Implement Ord & PartialOrd for prost_types::Timestamp #993

Open Heidar-An opened 6 months ago

Heidar-An commented 6 months ago

it's quite useful to compare timestamps, this could be done by implementing PartialOrd + Ord onto Timestamp. I can work on this if needed.