discord-rpc-client/README.md

17 lines
231 B
Markdown
Raw Normal View History

# Discord RPC Client
Discord RPC client for Rust
## 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.