[PR #1] [MERGED] Various Minor Features and Refactors #2

Closed
opened 2026-05-22 22:04:35 +01:00 by JakeStanger · 0 comments
Owner

📋 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: masterHead: feat/various-bits


📝 Commits (7)

  • 91a6b21 build(deps): update all
  • 5da2089 chore(gitignore): remove lockfile
  • 43bb2f2 feat: add mpd_client re-export
  • c2fc743 refactor: change host to owned string
  • 8d5d406 refactor: replace channels with tokio broadcast channels
  • 46aa5f4 feat(persistent client): subscribe method
  • 7226c31 feat(persistent client): command method

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/mpd-utils-rs/pull/1 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 1/8/2024 **Status:** ✅ Merged **Merged:** 1/8/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/various-bits` --- ### 📝 Commits (7) - [`91a6b21`](https://github.com/JakeStanger/mpd-utils-rs/commit/91a6b2179081cee1511ff9a71389bc494f1ccac6) build(deps): update all - [`5da2089`](https://github.com/JakeStanger/mpd-utils-rs/commit/5da2089301fb070ef86b7a44f89b7db9f88b5966) chore(gitignore): remove lockfile - [`43bb2f2`](https://github.com/JakeStanger/mpd-utils-rs/commit/43bb2f2afed66cfefef234c261afa2cb44ba0abd) feat: add `mpd_client` re-export - [`c2fc743`](https://github.com/JakeStanger/mpd-utils-rs/commit/c2fc74327b1912c06a64e7d09bfea9061cd4843f) refactor: change host to owned string - [`8d5d406`](https://github.com/JakeStanger/mpd-utils-rs/commit/8d5d40606c3d3f30d10e402d67d012421d779d6a) refactor: replace channels with tokio broadcast channels - [`46aa5f4`](https://github.com/JakeStanger/mpd-utils-rs/commit/46aa5f4e6e81035f97aa35946b98549a1f7c564e) feat(persistent client): subscribe method - [`7226c31`](https://github.com/JakeStanger/mpd-utils-rs/commit/7226c31b350064e16518636f385ace749f0ea115) feat(persistent client): `command` method ### 📊 Changes **6 files changed** (+614 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Lots of changes come out of integration into Ironbar. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-utils-rs#2
No description provided.