Modules§
- animation
- color
- environment
- event
- font
- image
- layout
- primitives
- render
- Render primitives.
- render_
target - surface
- 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.