| Crates.io | lapic |
| lib.rs | lapic |
| version | 0.1.1 |
| created_at | 2023-10-27 13:58:51.334822+00 |
| updated_at | 2023-10-27 14:05:15.414757+00 |
| description | A self-contained crate implementing safe types for the local APIC registers on x86_64 systems. |
| homepage | |
| repository | https://github.com/00xc/lapic |
| max_upload_size | |
| id | 1016044 |
| size | 13,476 |
A self-contained crate implementing safe types for the local APIC registers on x86_64 systems.
More information on the local APIC standard can be obtained on chapter 16: Local APIC from the AMD Architecture Programmer's Manual Vol. 2: System Programming.
This crate does not depend on the standard Rust library and uses
#![forbid(unsafe_code)].
Refer to the generated cargo documentation.