lapic 0.1.1

A self-contained crate implementing safe types for the local APIC registers on x86_64 systems.
Documentation
  • Coverage
  • 100%
    398 out of 398 items documented0 out of 373 items with examples
  • Size
  • Source code size: 13.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • 00xc/lapic
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 00xc

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.