rectcut-rs 0.1.0

Rust implementation of the rectcut concept from https://halt.software/dead-simple-layouts/
Documentation
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.