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§
- Flex
Item - A single item in a Flexbox.
- Flexbox
- A container that can be used to display a list of items in a flexible way.
Enums§
- Align
Content - Alignment of the main axes in a flexbox.
- Align
Items - Alignment of items in a flexbox along the cross axis.
- Flex
Direction - Direction of a flex container’s main axis.
- Flex
Wrap - Wrapping behavior and direction of a flexbox container’s main axis.
- Justify
Content - Alignment of items in a flexbox along the main axis.