Go to file
Patrick Auernig c4900b959c Update README.md
Add Unix-only notice
2018-03-22 15:40:36 +01:00
.git-hooks/pre_push Add Discord rich presence support 2018-03-22 15:35:48 +01:00
examples Add Discord rich presence support 2018-03-22 15:35:48 +01:00
src Add Discord rich presence support 2018-03-22 15:35:48 +01:00
.editorconfig Add Discord rich presence support 2018-03-22 15:35:48 +01:00
.gitignore Add Discord rich presence support 2018-03-22 15:35:48 +01:00
.overcommit.yml Add Discord rich presence support 2018-03-22 15:35:48 +01:00
Cargo.toml Add Discord rich presence support 2018-03-22 15:35:48 +01:00
README.md Update README.md 2018-03-22 15:40:36 +01:00

README.md

Discord RPC Client

Discord RPC client for Rust

Note: Only works on Unix systems right now.

Installation

Add this to your Cargo.toml:

[dependencies]
discord-rpc-client = "^0.1"

Examples

Examples can be found in the examples directory in this repo.