pcie 0.4.5

A simple PCIE driver for enumerating devices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# PCIE

This is a simple PCIE driver for enumerating devices.

## Example

run test:

```shell
cargo install ostool
cargo test --test test  -p pcie --  --show-output
```