Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 259 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 259 Bytes

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();