3 unstable releases
0.2.1 | Jun 11, 2023 |
---|---|
0.2.0 | Dec 10, 2021 |
0.1.0 | Dec 9, 2021 |
#403 in Date and time
33KB
590 lines
DCF77_CHRONO
The dcf77_chrono library encodes from a chrono datetime to DCF77 and decodes from a DCF77 bit field to a chrono datetime.
Documentation on how does the DCF77 standard look like is available here
lib.rs
:
The dcf_chrono library offers translation between chrono and DCF77 standard
The library offers two main methods:
- to_dcf77
- from_dcf77
Dependencies
~1MB
~18K SLoC