pci_types 0.7.0

Library with types for handling PCI devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# `pci_types`
![Build Status](https://github.com/rust-osdev/pci_types/actions/workflows/build.yml/badge.svg)
[![Version](https://img.shields.io/crates/v/pci_types.svg?style=rounded-square)](https://crates.io/crates/pci_types/)
[![docs.rs](https://docs.rs/pci_types/badge.svg)](https://docs.rs/pci_types/)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

`pci_types` is a library that provides various types for handling PCI/PCIe enumeration and configuration.

## Licence
This project is dual-licenced under:
- Apache Licence, Version 2.0 ([LICENCE-APACHE]LICENCE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENCE-MIT]LICENCE-MIT or http://opensource.org/licenses/MIT)

Unless you explicitly state otherwise, any contribution submitted for inclusion in this work by you,
as defined in the Apache-2.0 licence, shall be dual licenced as above, without additional terms or
conditions.