filthy-rich 1.0.3

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

Internal changes:

- Added a new `retry!` macro for minimizing some duplicate code related to incrementing the retries counter and executing the passed closure from `on_retry`.
- Added a new `str!` macro globally which aids with generating functions returning `&str` from `String` fields (yeah, I'm lazy).