Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rust-osdev/pci_types

Useful types for dealing with PCI
https://github.com/rust-osdev/pci_types

Last synced: 15 days ago
JSON representation

Useful types for dealing with PCI

Awesome Lists containing this project

README

        

# `pci_types`
[![CI](https://github.com/rust-osdev/pci_types/actions/workflows/ci.yml/badge.svg)](https://github.com/rust-osdev/pci_types/actions/workflows/ci.yml)
[![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.