| Crates.io | tray-wrapper |
| lib.rs | tray-wrapper |
| version | 0.3.2 |
| created_at | 2025-08-15 20:55:28.853679+00 |
| updated_at | 2025-09-06 21:52:29.038504+00 |
| description | A simple wrapper library to make it easy to run servers with a GUI tray icon |
| homepage | |
| repository | https://github.com/chotchki/tray-wrapper |
| max_upload_size | |
| id | 1797514 |
| size | 164,339 |
A simple wrapper library to make it easy to run servers with a GUI tray icon
The core of the library is functioning, however the main trait your code needs to implement is somewhat compromised. This library really needs generators and/or coroutines in Rust to be stabilized and as a result this library will not reach 1.0.0 until that occurs (see tracking issue here: https://github.com/rust-lang/rust/issues/43122).
With version 0.2, the library is at a point that I am going to "eat my own cooking" and integrate it into hotchkiss-io as a usability test.
This work is dual-licensed under Apache 2.0 and MIT license. You can choose between one of them if you use this work.
SPDX-License-Identifier: Apache-2.0 OR MIT