issues
search
ohadravid
/
wmi-rs
WMI crate for rust
Apache License 2.0
84
stars
27
forks
source link
Some quality of life changes around Ord, Copy/Clone and Debug
#73
Closed
sn99
closed
1 year ago
sn99
commented
1 year ago
Changes include:
Fixing test badge and formatting of README.md
Adding
Clone
and comparison ords to time structs, this allows custom structs to be be able to derive
Clone
and
Ord
themselves too
General refactor
Add
copy
too
DateTime
too
ohadravid
commented
1 year ago
Thanks @sn99 🙂
Changes include:
Clone
and comparison ords to time structs, this allows custom structs to be be able to deriveClone
andOrd
themselves toocopy
tooDateTime
too