layout_engine 0.6.0

A small project to mimic css flexbox and css grid
Documentation
1
2
3
4
5
6
7
8
9
# 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.