Go to file
Patrick Auernig b3d12ff760 Update gitignore 2018-12-04 22:28:53 +01:00
.git-hooks/pre_push Add Discord rich presence support 2018-03-22 15:35:48 +01:00
examples Move subscribe examples into own file 2018-04-10 14:26:41 +02:00
src Remove libc dependency 2018-12-04 21:31:12 +01:00
.editorconfig Add Discord rich presence support 2018-03-22 15:35:48 +01:00
.gitignore Update gitignore 2018-12-04 22:28:53 +01:00
.gitlab-ci.yml Update GitLab CI configuration 2018-12-04 22:16:47 +01:00
.overcommit.yml Add Discord rich presence support 2018-03-22 15:35:48 +01:00
CHANGELOG.md Update CHANGELOG.md 2018-04-10 03:25:48 +02:00
CONTRIBUTING.md Fix typo in CONTRIBUTING.md 2018-04-09 16:51:08 +02:00
Cargo.toml Update Cargo.toml 2018-12-04 22:19:54 +01: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 Build examples in CI 2018-04-09 19:34:31 +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