prost icon indicating copy to clipboard operation
prost copied to clipboard

Implement Ord & PartialOrd for prost_types::Timestamp

Open Heidar-An opened this issue 1 year ago • 0 comments

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

Heidar-An avatar Mar 03 '24 00:03 Heidar-An