Crates.io | layout_engine |
lib.rs | layout_engine |
version | 0.7.0 |
source | src |
created_at | 2022-06-13 06:43:57.894706 |
updated_at | 2024-09-27 16:10:54.086919 |
description | A small project to mimic css flexbox and css grid |
homepage | |
repository | https://gitlab.com/john_t/layout-engine |
max_upload_size | |
id | 604909 |
size | 89,636 |
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.
serde
- enables serde support on all structs and enums.