[PR #112] [MERGED] use slab instead of reinventing the wheel #287

Closed
opened 2026-05-05 22:15:58 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/112
Author: @feschber
Created: 4/25/2024
Status: Merged
Merged: 4/25/2024
Merged by: @feschber

Base: mainHead: use-slab


📝 Commits (1)

  • 40df99c use slab instead of reinventing the wheel

📊 Changes

14 files changed (+83 additions, -115 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 Cargo.toml (+1 -0)
📝 src/capture/libei.rs (+3 -3)
📝 src/client.rs (+30 -56)
📝 src/frontend.rs (+3 -3)
📝 src/frontend/cli.rs (+4 -6)
📝 src/frontend/gtk.rs (+9 -9)
📝 src/frontend/gtk/client_object.rs (+2 -2)
📝 src/frontend/gtk/window.rs (+5 -5)
📝 src/server.rs (+2 -2)
📝 src/server/capture_task.rs (+5 -7)
📝 src/server/emulation_task.rs (+1 -1)
📝 src/server/frontend_task.rs (+14 -18)
📝 src/server/ping_task.rs (+3 -3)

📄 Description

No description provided


🔄 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/feschber/lan-mouse/pull/112 **Author:** [@feschber](https://github.com/feschber) **Created:** 4/25/2024 **Status:** ✅ Merged **Merged:** 4/25/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `use-slab` --- ### 📝 Commits (1) - [`40df99c`](https://github.com/feschber/lan-mouse/commit/40df99c164be24369fb533d1ecde1b98fe4c9bfc) use slab instead of reinventing the wheel ### 📊 Changes **14 files changed** (+83 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/capture/libei.rs` (+3 -3) 📝 `src/client.rs` (+30 -56) 📝 `src/frontend.rs` (+3 -3) 📝 `src/frontend/cli.rs` (+4 -6) 📝 `src/frontend/gtk.rs` (+9 -9) 📝 `src/frontend/gtk/client_object.rs` (+2 -2) 📝 `src/frontend/gtk/window.rs` (+5 -5) 📝 `src/server.rs` (+2 -2) 📝 `src/server/capture_task.rs` (+5 -7) 📝 `src/server/emulation_task.rs` (+1 -1) 📝 `src/server/frontend_task.rs` (+14 -18) 📝 `src/server/ping_task.rs` (+3 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:15:58 -06:00
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: github-starred/lan-mouse#287
No description provided.