stipple-layout 0.0.1

Stipple's self-contained flex/box layout solver — constraints, axes, and main-axis flex distribution. No taffy.
Documentation
  • Coverage
  • 82.61%
    19 out of 23 items documented0 out of 14 items with examples
  • Size
  • Source code size: 8.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 508.66 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • KarpelesLab/stipple
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • MagicalTux

Stipple's layout primitives.

A self-contained flex/box model (no taffy): [Constraints] describe the size range a parent offers a child, [Axis] picks main vs. cross, and [solve_main_axis] distributes space along the main axis among fixed-size and flexible children. stipple-core composes these into a full tree layout pass; the algorithms here are deliberately small and independently testable.