From d8722400c65a33bf15b9c5a4386521a3ef82d56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= <patrickelectric@gmail.com> Date: Fri, 31 Jan 2020 10:18:37 -0300 Subject: [PATCH] README: Add badges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3f4076b..4bbd972 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # rust-mavlink +[](https://travis-ci.org/mavlink/rust-mavlink) +[](https://crates.io/crates/mavlink) +[](https://docs.rs/mavlink) + Rust implementation of the [MAVLink](http://qgroundcontrol.org/mavlink/start) UAV messaging protocol, with bindings for the [common message set](http://mavlink.org/messages/common). -- GitLab