Modules§
- animation
- app
Appmanages 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.