Crate cursive_flexbox

source ·
Expand description

Not ready for use: Unfinished implementation and unstable API.

A library that allows the user to create a flexbox for the Rust Cursive TUI library. This library tries to adhere to the CSS3 specification of the flexbox as much as possible. Users who are already familiar with it should feel right at home working with this implementation.

Examples

Structs

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.
Any error that can arise from operations on a flexbox.
Direction of a flex container’s main axis.
Wrapping behavior and direction of the cross axis of a flexbox.
Alignment of items in a flexbox along the main axis.