stretch2 0.4.3

High performance & cross-platform Flexbox implementation
Documentation
pub use crate::{
    geometry::{Rect, Size},
    node::{Node, Stretch},
    number::Number,
    result::Layout,
    style::{
        AlignContent, AlignItems, AlignSelf, Dimension, Direction, Display, FlexDirection, FlexWrap, JustifyContent,
        Overflow, PositionType, Style,
    },
    Error,
};