lapic 0.1.1

A self-contained crate implementing safe types for the local APIC registers on x86_64 systems.
Documentation

lapic

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)].

Usage

Refer to the generated cargo documentation.