lapic

Crates.iolapic
lib.rslapic
version0.1.1
sourcesrc
created_at2023-10-27 13:58:51.334822
updated_at2023-10-27 14:05:15.414757
descriptionA self-contained crate implementing safe types for the local APIC registers on x86_64 systems.
homepage
repositoryhttps://github.com/00xc/lapic
max_upload_size
id1016044
size13,476
Carlos López (00xc)

documentation

README

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.

Commit count: 6

cargo fmt