prost
prost copied to clipboard
Implement Ord & PartialOrd for prost_types::Timestamp
it's quite useful to compare timestamps, this could be done by implementing PartialOrd + Ord onto Timestamp. I can work on this if needed.