rux-layout 0.5.1

Rux layout: a styled node tree resolved to absolute paint rects via taffy. Internal to Rux; the supported entry point is the ruxlang crate.
Documentation
  • Coverage
  • 38.94%
    132 out of 339 items documented0 out of 59 items with examples
  • Size
  • Source code size: 84.12 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.63 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Aine-dickson/rux
    12 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Aine-dickson

Rux layout, milestones M1–M4.

A styled node tree fed through taffy (flexbox) to produce absolute paint items. Boxes come straight from taffy; text leaves are sized through a caller-supplied measure callback (so this crate stays free of any font dependency, the shell owns the text engine). See docs/04-architecture.md, Stage 4.