Skip to content

Commit 6ce9d46

Browse files
committed
Update: add badges
1 parent 803e403 commit 6ce9d46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# rdp-rs
22
Remote Desktop Protocol in RUST
33

4+
[![API Docs](https://docs.rs/rdp-rs/badge.svg)](https://docs.rs/rdp-rs)
5+
[![Build Status](https://travis-ci.org/citronneur/rdp-rs.svg?branch=master)](https://travis-ci.org/github/citronneur/rdp-rs/)
6+
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7+
[![Downloads](https://img.shields.io/crates/d/rdp-rs.svg)](https://crates.io/crates/rdp-rs)
8+
9+
410
`rdp-rs` is a pure Rust implementation of Microsoft Remote Desktop Protocol.
511
`rdp-rs` is delivered with an client implementation named `mstsc-rs`.
612

0 commit comments

Comments
 (0)