File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pci_types"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [" Isaac Woods" ]
55repository = " https://github.com/rust-osdev/pci_types"
66description = " Library with types for handling PCI devices"
Original file line number Diff line number Diff line change 11# ` pci_types `
2-
2+ ![ Build Status] ( https://github.com/rust-osdev/pci_types/actions/workflows/build.yml/badge.svg )
3+ [ ![ Version] ( https://img.shields.io/crates/v/pci_types.svg?style=rounded-square )] ( https://crates.io/crates/pci_types/ )
34[ ![ docs.rs] ( https://docs.rs/pci_types/badge.svg )] ( https://docs.rs/pci_types/ )
5+ [ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
6+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
7+
8+ ` pci_types ` is a library that provides various types for handling PCI/PCIe enumeration and configuration.
9+
10+ ## Licence
11+ This project is dual-licenced under:
12+ - Apache Licence, Version 2.0 ([ LICENCE-APACHE] ( LICENCE-APACHE ) or http://www.apache.org/licenses/LICENSE-2.0 )
13+ - MIT license ([ LICENCE-MIT] ( LICENCE-MIT ) or http://opensource.org/licenses/MIT )
414
5- Library with types for handling PCI devices. Work in progress.
15+ Unless you explicitly state otherwise, any contribution submitted for inclusion in this work by you,
16+ as defined in the Apache-2.0 licence, shall be dual licenced as above, without additional terms or
17+ conditions.
You can’t perform that action at this time.
0 commit comments