playerctl 0.1.0

A simple library to run playerctl commands from rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[dev-dependencies.serial_test]
version = "0.8.0"

[package]
categories = ["api-bindings", "multimedia"]
description = "A simple library to run playerctl commands from rust."
edition = "2021"
keywords = ["playerctl", "media", "music"]
license = "MIT"
name = "playerctl"
repository = "https://github.com/arlohb/playerctl-rs"
resolver = "2"
version = "0.1.0"