Go to file
Bond-009 6bbc9f85d7 Change timestamps to u64
They are documented as u64: https://discordapp.com/developers/docs/rich-presence/how-to#updating-presence-update-presence-payload-fields
2018-04-08 20:29:35 +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-07 13:24:25 +02:00
src Change timestamps to u64 2018-04-08 20:29:35 +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-03 17:05:11 +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