complete-pic 0.3.1

A complete interface for the legacy 8259 PIC and the newer APIC.
Documentation
[dependencies.x86_64]
default-features = false
features = ["instructions"]
version = "0.14.10"

[features]
8259pic = []
apic = []
default = ["apic"]

[package]
authors = ["binds <bindsdev@gmail.com>"]
categories = ["no-std", "no-std::no-alloc", "hardware-support"]
description = "A complete interface for the legacy 8259 PIC and the newer APIC."
edition = "2021"
exclude = ["./.github/*"]
homepage = "https://github.com/akabinds/complete-pic"
keywords = ["no_std", "os", "osdev", "x86", "x86-64"]
license = "MIT"
name = "complete-pic"
readme = "README.md"
repository = "https://github.com/akabinds/complete-pic"
version = "0.3.1"

[package.metadata.docs.rs]
all-features = true