intuitive 0.6.3

a library for building declarative text-based user interfaces
Documentation
1
2
3
4
5
6
7
//! Structures relating to the `HStack` and `VStack` components.

mod flex;
pub(super) mod horizontal;
pub(super) mod vertical;

pub use self::flex::{Array as FlexArray, Flex};