tokio-rs / prost

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

Implement PartialOrd on Duration #1162

Open wcarmon opened 2 weeks ago

wcarmon commented 2 weeks ago

allow duration comparisons (similar to chrono::TimeDelta, which has the same structure)

https://docs.rs/chrono/latest/src/chrono/time_delta.rs.html#52