buoyant 0.7.0

SwiftUI-like UIs in Rust for embedded devices
Documentation
mod modifier {
    mod background;
    mod bound_focus;
    mod clip;
    mod content_shape;
    mod focus_touches;
    mod frame;
    mod hidden;
    mod multiplex_focus;
    mod opacity;
    mod overlay;
    mod popover;
    mod unfocusable;
}
mod view {
    mod button;
    mod foreach;
    mod geometry_reader;
    mod hstack;
    mod match_view;
    mod option;
    mod paginate;
    mod rotary;
    mod view_that_fits;
    mod vstack;
    mod zstack;
}