Expand description
A library for straight-forward UI layout.
Dependency free & framework-agnostic. Backer can be used in an index-based layout approach or with inline drawing code.
This library only implements layout & could be integrated with a range of UI crates.
§Quick Start
See Layout
for setup.
See Node
for layout customization.
Modules§
- models
- Structs involved in layout definitions
- nodes
- Layout core node construction
- traits
- Traits for layout definitions
Structs§
- Layout
- The root object used to store & calculate a layout
- Node
With - A layout tree node. Use methods in
crate::nodes
to create nodes.
Type Aliases§
- Node
- A layout tree node. Use methods in
crate::nodes
to create nodes.