x86_rtc 0.1.0

System Real Time Clock (RTC) Drivers for x86_64 based on CMOS.
Documentation

x86_rtc

Crates.io

System Real Time Clock (RTC) Drivers for x86_64 based on CMOS.

Examples

use x86_rtc::Rtc;
let epoch_time = Rtc::new().get_unix_timestamp();