Go to file
Patrick Auernig a5acb3b975 Bump crate version
0.1.3 -> 0.1.4
2018-03-23 22:57:48 +01:00
.git-hooks/pre_push Add Discord rich presence support 2018-03-22 15:35:48 +01:00
examples/discord_presence Add Connection trait and implement UnixConnection 2018-03-22 22:54:49 +01:00
src Remove useless shrink_to_fit in message encoder 2018-03-23 22:55:31 +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 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-03-23 22:57:48 +01:00
LICENSE Add LICENSE 2018-03-22 17:43:30 +00:00
README.md Create CONTRIBUTING.md 2018-03-23 10:44:52 +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.

Contributions

See CONTRIBUTING.md