Crate cursive_flexbox

source ·
Expand description

A flexbox layout implementation for the Rust Cursive TUI library that tries to adhere to the CSS3 specification as much as possible and where it makes sense for a TUI. Users who are already familiar with it should feel right at home working with this library.

Modules

Structs

A single item in a Flexbox.
A container that can be used to display a list of items in a flexible way.

Enums

Alignment of the main axes in a flexbox.
Alignment of items in a flexbox along the cross axis.
Direction of a flex container’s main axis.
Wrapping behavior and direction of a flexbox container’s main axis.
Alignment of items in a flexbox along the main axis.