layout_engine

Crates.iolayout_engine
lib.rslayout_engine
version0.6.0
sourcesrc
created_at2022-06-13 06:43:57.894706
updated_at2023-10-04 19:30:59.32628
descriptionA small project to mimic css flexbox and css grid
homepage
repositoryhttps://gitlab.com/john_t/layout-engine
max_upload_size
id604909
size88,250
John Toohey (greenfierydragon)

documentation

README

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.
Commit count: 54

cargo fmt