Skip to main content

Crate buoyant

Crate buoyant 

Source

Modules§

animation
app
App manages the view/render tree lifecycle and event handling.
color
environment
event
focus
font
image
layout
primitives
render
Render primitives.
render_target
transition
view
The view module provides a set of building blocks for creating user interfaces in Buoyant.

Macros§

if_view
A view that conditionally renders its arms based on a boolean expression.
match_view
A view that can conditionally render one of N heterogeneous subtrees based on the enum variant. Enum associated values can be unwrapped in the match arms.