liquid-layout 0.1.1

A layout engine that solves UI constraints using the Z3 prover.
Documentation
1
2
3
4
5
6
mod rectangle;

#[cfg(test)]
mod test;

pub use rectangle::*;