discord-rpc-client/README.md

19 lines
284 B
Markdown
Raw Normal View History

# 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.