Parcourir la source

Add Travis and Crates badges to readme

Isaac Woods il y a 7 ans
Parent
commit
12ed1d4a2c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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