pci-driver 0.1.4

PCI/PCIe driver development library
Documentation
[dependencies.libc]
default-features = false
optional = true
version = "0.2"

[dependencies.num-traits]
default-features = false
version = "0.2"
[dev-dependencies.byte-strings]
version = "0.2"

[features]
_unsafe-op-in-unsafe-fn = []
default = ["vfio"]
vfio = ["libc/std"]

[package]
categories = ["hardware-support"]
description = "PCI/PCIe driver development library"
edition = "2021"
keywords = ["PCI", "PCIe", "driver", "user-space"]
license = "MIT OR Apache-2.0"
name = "pci-driver"
readme = "README.md"
repository = "https://gitlab.com/pci-driver/pci-driver"
rust-version = "1.56"
version = "0.1.4"