1 unstable release
| 0.1.0 | Sep 2, 2023 |
|---|
#19 in #mpris
23KB
409 lines
mpris-async
Async version of the mpris crate.
Provides async versions of PlayerEvents, PlayerFinder,
and ProgressTracker.
Get started
Easiest way to get started with mpris is using get_active_player and then using
events::PlayerEventsStream to track changes.
MPRIS-rs-async
This is an async wrapper for certain types from mpris-rs. Currently this includes PlayerFinder/PlayerIter (as PlayerStream), PlayerEvents (as PlayerEventsStream), and ProgressTracker (as ProgressStream).
I'm not the best at rust and this is my first time making a library
Enjoy
Dependencies
~10–23MB
~339K SLoC