docs.rs failed to build winio-ui-win32-0.3.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
winio-ui-win32-0.2.1
Winio
Winio is a single-threaded asynchronous GUI runtime.
It is based on compio, and the GUI part is powered by Win32, WinUI 3, Qt 5/6, GTK 4 or AppKit.
All IO requests could be issued in the same thread as GUI, without blocking the user interface!
Example
Read the examples and learn more!
| Backend | Light | Dark |
|---|---|---|
| Win32 | ![]() |
![]() |
| WinUI 3 | ![]() |
![]() |
| Qt 6 | ![]() |
![]() |
| GTK 4 | ![]() |
![]() |
| AppKit | ![]() |
![]() |
Quick start
Winio follows ELM-like design, inspired by yew and relm4.
The application starts with a root Component:
use *;









