Skip to content

Commit

Permalink
Update: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
citronneur committed Apr 11, 2020
1 parent 803e403 commit 6ce9d46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
@@ -1,6 +1,12 @@
# rdp-rs
Remote Desktop Protocol in RUST

[![API Docs](https://docs.rs/rdp-rs/badge.svg)](https://docs.rs/rdp-rs)
[![Build Status](https://travis-ci.org/citronneur/rdp-rs.svg?branch=master)](https://travis-ci.org/github/citronneur/rdp-rs/)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Downloads](https://img.shields.io/crates/d/rdp-rs.svg)](https://crates.io/crates/rdp-rs)


`rdp-rs` is a pure Rust implementation of Microsoft Remote Desktop Protocol.
`rdp-rs` is delivered with an client implementation named `mstsc-rs`.

Expand Down

0 comments on commit 6ce9d46

Please sign in to comment.