DateTime: manual impl for `PartialOrd`, `PartialEq` and `Debug`
See notes in date_time.rs
about not implementing Ord
and Eq
. For the same reason, I don't think we can implement Hash
.
I couldn't find a way for gir
to discard the #[derive(...)]
generation, using an empty string results in #[derive()]
which doesn't hurt, but it would be great if we could just remove it.
Fixes #217 (closed)