liquid-layout 0.1.1

A layout engine that solves UI constraints using the Z3 prover.
Documentation
1
2
3
4
5
6
7
//! Low-level layout primitives.

pub mod builder;
pub mod context;
pub mod measure;
pub mod prop;
pub mod widget;