buoyant 0.7.0

SwiftUI-like UIs in Rust for embedded devices
Documentation
1
2
3
4
5
6
7
# Event Loops

Buoyant provides the `App` type as a convenience to manage the view and render tree lifecycle,
focus state, and event handling.

Using the provided `App` type is not required, and you can manage the view lifecycle
and event handling yourself if you have more complex needs.