Thanks to visit codestin.com
Credit goes to lib.rs

#icons #tray #server #generator #run-server

tray-wrapper

A simple wrapper library to make it easy to run servers with a GUI tray icon

14 releases (4 breaking)

Uses new Rust 2024

0.4.1 May 9, 2026
0.4.0 May 9, 2026
0.3.2 Sep 6, 2025
0.2.0 Sep 1, 2025
0.0.6 Aug 15, 2025

#1789 in GUI

MIT/Apache

74KB
469 lines

tray-wrapper

A simple wrapper library to make it easy to run servers with a GUI tray icon

Build and Test codecov

Status

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.

License

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

Dependencies

~16–44MB
~616K SLoC