Go to file
Patrick Auernig 045d7cdf91 Add badges to Cargo.toml and bump version
0.1.1 -> 0.1.2
2018-03-22 20:21:14 +01:00
.git-hooks/pre_push Add Discord rich presence support 2018-03-22 15:35:48 +01:00
examples/discord_presence Add log crate 2018-03-22 20:21:08 +01:00
src Add log crate 2018-03-22 20:21:08 +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
.gitlab-ci.yml Add GitLab CI configuration 2018-03-22 16:03:20 +01:00
.overcommit.yml Add Discord rich presence support 2018-03-22 15:35:48 +01:00
.travis.yml Add Travis CI configuration 2018-03-22 19:17:07 +01:00
Cargo.toml Add badges to Cargo.toml and bump version 2018-03-22 20:21:14 +01:00
LICENSE Add LICENSE 2018-03-22 17:43:30 +00:00
README.md Add Travis CI configuration 2018-03-22 19:17:07 +01:00

README.md

Build Status crates.io

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.