mirror of
https://github.com/JakeStanger/mpd-utils-rs.git
synced 2026-07-11 06:15:36 +01:00
[PR #1] [MERGED] Various Minor Features and Refactors #2
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-utils-rs#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/mpd-utils-rs/pull/1
Author: @JakeStanger
Created: 1/8/2024
Status: ✅ Merged
Merged: 1/8/2024
Merged by: @JakeStanger
Base:
master← Head:feat/various-bits📝 Commits (7)
91a6b21build(deps): update all5da2089chore(gitignore): remove lockfile43bb2f2feat: addmpd_clientre-exportc2fc743refactor: change host to owned string8d5d406refactor: replace channels with tokio broadcast channels46aa5f4feat(persistent client): subscribe method7226c31feat(persistent client):commandmethod📊 Changes
6 files changed (+614 additions, -50 deletions)
View changed files
📝
.gitignore(+0 -1)➕
Cargo.lock(+546 -0)📝
Cargo.toml(+5 -6)📝
src/lib.rs(+2 -0)📝
src/multi_host_client.rs(+12 -9)📝
src/persistent_client.rs(+49 -34)📄 Description
Lots of changes come out of integration into Ironbar.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.