Skip to main content

Module layout

Module layout 

Source
Expand description

Layout engine for uzor

Provides a flexible layout system based on flexbox concepts.

  • LayoutNode: The structural building block
  • LayoutStyle: Styling properties (size, margin, padding, flex)
  • LayoutTree: Computed layout results

Re-exports§

pub use tree::*;
pub use types::*;

Modules§

tree
types