瀏覽代碼

Add Travis and Crates badges to readme

Isaac Woods 7 年之前
父節點
當前提交
12ed1d4a2c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -1,4 +1,7 @@
 # Acpi
+[![Build Status](https://travis-ci.org/rust-osdev/acpi.svg?branch=master)](https://travis-ci.org/rust-osdev/acpi)
+[![Version](https://img.shields.io/crates/v/acpi.svg?style=rounded-square)](https://crates.io/crates/acpi/)
+
 A library to parse ACPI tables and AML, written in Rust. Designed to be easy to use from inside a
 kernel written in Rust, and fully tested.
 **Acpi is currently very early in development, will be highly unstable and is next to useless for