1 2 3 4 5 6 7
# rectcut-rs This repository contains a Rust implementation of the [rectcut algorithm](https://halt.software/dead-simple-layouts/). This algorithm provides a simple way to split up a UI into sections. See the docs for details.