Go to file
Patrick Auernig a7b9a86d4e Bump crate version
0.2.2 -> 0.2.3
2018-04-08 21:35:30 +02:00
.git-hooks/pre_push Add Discord rich presence support 2018-03-22 15:35:48 +01:00
examples/discord_presence Update example 2018-04-08 21:08:20 +02:00
src Add method to clear a Rich Presence status 2018-04-08 21:07:19 +02:00
.editorconfig Add Discord rich presence support 2018-03-22 15:35:48 +01:00
.gitignore Move Rich Presence code into own submodule 2018-03-28 22:55:26 +02:00
.gitlab-ci.yml Update GitLab CI configuration 2018-04-03 16:52:38 +02:00
.overcommit.yml Add Discord rich presence support 2018-03-22 15:35:48 +01:00
.travis.yml Use libc::getpid instead of std::process::id 2018-03-23 11:04:19 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2018-03-23 10:44:52 +01:00
Cargo.toml Bump crate version 2018-04-08 21:35:30 +02:00
LICENSE Add LICENSE 2018-03-22 17:43:30 +00:00
README.md Update README.md 2018-04-08 20:27:14 +02:00
appveyor.yml Add AppVeyor CI configuration 2018-04-03 00:48:57 +02:00

README.md

Build Status Build status crates.io Discord

Discord RPC Client

Discord RPC client for Rust

Installation

Add this to your Cargo.toml:

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

Examples

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

Contributions

See CONTRIBUTING.md