Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rust-osdev/pci_types
- Owner: rust-osdev
- License: apache-2.0
- Created: 2020-09-25T16:46:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T03:03:57.000Z (10 months ago)
- Last Synced: 2024-05-02T22:05:48.975Z (8 months ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 25
- Watchers: 6
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.