| Crates.io | x86_rtc |
| lib.rs | x86_rtc |
| version | 0.1.1 |
| created_at | 2024-07-15 15:27:38.539329+00 |
| updated_at | 2024-07-15 15:43:07.284125+00 |
| description | System Real Time Clock (RTC) Drivers for x86_64 based on CMOS. |
| homepage | https://github.com/arceos-org/arceos |
| repository | https://github.com/arceos-org/x86_rtc |
| max_upload_size | |
| id | 1303971 |
| size | 13,421 |
System Real Time Clock (RTC) Drivers for x86_64 based on CMOS.
use x86_rtc::Rtc;
let epoch_time = Rtc::new().get_unix_timestamp();