complete-pic

Crates.iocomplete-pic
lib.rscomplete-pic
version0.3.1
sourcesrc
created_at2023-04-07 17:41:00.598384
updated_at2023-06-08 20:04:56.97126
descriptionA complete interface for the legacy 8259 PIC and the newer APIC.
homepagehttps://github.com/akabinds/complete-pic
repositoryhttps://github.com/akabinds/complete-pic
max_upload_size
id833077
size18,699
binds (bindsdev)

documentation

README

complete-pic

A complete interface for both the legacy 8259 PIC and the newer APIC. More specific documentation can be found by reading the documentation of the modules designated for the 8259 PIC and APIC.

Usage

To use this crate, add it to your Cargo.toml file:

[dependencies]
complete_pic = "0.3.0"

Crate Features

  • 8259pic - Enable interface for the legacy 8259 PIC (not on by default)
  • apic - Enable interface for the newer APIC (enabled by default; crate assumes you want to use the more modern variant)

Changelog

View the changelog to see what changed across crate versions.

Commit count: 26

cargo fmt