Crate river_bsp_layout

Crate river_bsp_layout 

Source

Modules§

user_cmd

Structs§

BSPLayout
Create a Binary Space Partitioned layout. Specifically, this layout recursively divides the screen in half. The split will alternate between vertical and horizontal based on which side of the container is longer. This will result in a grid like layout with more-or-less equal sized windows evenly distributed across the screen

Enums§

BSPLayoutError
Wrapper for errors relating to the creation or operation of a BSPLayout