Skip to content

Commit 2e5df07

Browse files
committed
Replace placeholder README with more useful info@
1 parent 1ec4f5a commit 2e5df07

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pci_types"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Isaac Woods"]
55
repository = "https://github.com/rust-osdev/pci_types"
66
description = "Library with types for handling PCI devices"

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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.

0 commit comments

Comments
 (0)