filthy-rich 1.0.4

Tiny, ergonomic Discord Rich Presence library for your Rust apps.
Documentation
1
2
3
4
5
6
7
8
9
### v1.0.4

New features:

- Added `PresenceRunner::can_connect` for checking if a Discord client is available for connection. This works without the initialization of `PresenceRunner`.
- Added two new type aliases:
  - `RPCRunner` (alias for `PresenceRunner`)
  - `RPCClient` (alias for `PresenceClient`)