Will Temple 4347232b98 Clippy clean
2026-05-16 16:59:09 -04:00
2026-05-16 16:59:09 -04:00
2026-05-16 16:59:09 -04:00
2026-05-16 16:38:10 -04:00
2026-05-16 16:59:09 -04:00
2026-03-22 13:31:29 -04:00
2026-03-25 22:32:25 -04:00

RUIN - Rust Native Application Framework

A layered architecture for fast, native, cross-platform applications.

RUIN is a modern asynchronous runtime for interactive Rust applications on personal computers. It has a simple threading and scheduling model, fast asynchronous I/O (io_uring on Linux, kqueue on macOS, and IOCP on windows), and several libraries to enable building modern, reactive applications.

Runtime

RUIN's core runtime is provided in ruin-runtime.

The runtime is non-workstealing with no threadpool. When a RUIN application starts, it runs a simple event loop on the main thread.

Description
Rust UI Native Framework
Readme 2.4 MiB
Languages
Rust 100%