layout_engine

Crates.iolayout_engine
lib.rslayout_engine
version0.7.0
sourcesrc
created_at2022-06-13 06:43:57.894706
updated_at2024-09-27 16:10:54.086919
descriptionA small project to mimic css flexbox and css grid
homepage
repositoryhttps://gitlab.com/john_t/layout-engine
max_upload_size
id604909
size89,636
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: 57

cargo fmt