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

layout_engine

A small project to mimic css flexbox and css grid

11 releases (6 breaking)

0.7.0 Sep 27, 2024
0.6.0 Oct 4, 2023
0.5.4 Jun 11, 2023
0.5.0 May 29, 2023
0.1.1 Jun 20, 2022

#300 in GUI

Download history 2/week @ 2024-07-05 10/week @ 2024-07-26 14/week @ 2024-09-20 129/week @ 2024-09-27 14/week @ 2024-10-04 5/week @ 2024-10-11

162 downloads per month
Used in 2 crates (via tuviv)

GPL-3.0 OR MIT OR Apache-2.0

42KB
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

~180KB