buoyant 0.3.0-alpha.2

A library for building and rendering declarative SwiftUI-like UIs in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod animated;
mod fixed_frame;
mod fixed_size;
mod flex_frame;
mod foreground_color;
mod geometry_group;
pub mod padding;
mod priority;

pub use animated::Animated;
pub use fixed_frame::FixedFrame;
pub use fixed_size::FixedSize;
pub use flex_frame::FlexFrame;
pub use foreground_color::ForegroundStyle;
pub use geometry_group::GeometryGroup;
pub use padding::Padding;
pub use priority::Priority;