discord-rpc-client/README.md

24 lines
523 B
Markdown
Raw Normal View History

2018-03-22 11:03:20 -04:00
[![pipeline status][gitlab-ci-badge]][gitlab-repo-master]
# Discord RPC Client
Discord RPC client for Rust
2018-03-22 10:39:07 -04:00
> *Note*: Only works on **Unix** systems right now.
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
discord-rpc-client = "^0.1"
```
## Examples
Examples can be found in the examples directory in this repo.
2018-03-22 11:03:20 -04:00
[gitlab-ci-badge]: https://gitlab.com/valeth/discord-rpc-client.rs/badges/master/pipeline.svg
[gitlab-repo-master]: https://gitlab.com/valeth/discord-rpc-client.rs/commits/master