Skip to main content

Crate backer

Crate backer 

Source
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 crate::nodes for available layout components.

Modules§

nodes
All available node constructors

Structs§

Area
An allocation of space as a rectangle
Layout
The tree structure which represents a layout.

Enums§

Align
An alignment along the X and/or Y axis