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

Modules§

  • Structs involved in layout definitions
  • Layout core node construction

Structs§

  • The root object used to store & calculate a layout
  • A layout tree node. Use methods in crate::nodes to create nodes.