#flexbox #grid-layout #height-for-width #width-for-height

layout_engine

A small project to mimic css flexbox and css grid

10 releases (5 breaking)

0.6.0 Oct 4, 2023
0.5.4 Jun 11, 2023
0.5.0 May 29, 2023
0.4.0 Aug 27, 2022
0.1.1 Jun 20, 2022

#207 in GUI


Used in 2 crates (via tuviv)

GPL-3.0 OR MIT OR Apache-2.0

41KB
1K SLoC

Layout Engine

Layout engine is a small rust project aimed to mimic css flexbox and css grid. It also implements height-for-width and width-for-height layout management.

Features

  • serde - enables serde support on all structs and enums.

Dependencies

~185KB