noahrinehart / cmos

A utility to read, write CMOS and RTC data. Standard library not required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of derivable traits `PartialEq`, `Eq`, `PartialOrd` and `Ord`

AntoineSebert opened this issue · comments

The structure RTCDateTime apparently lacks those traits, that could be really useful.
I can try to do it myself, although it's something I've never done before.
Maybe PartialEq and Eq could just be declared as derived.