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
mod capsule;
mod circle;
mod rectangle;
mod rounded_rectangle;
pub mod style;

pub use capsule::Capsule;
pub use circle::Circle;
pub use rectangle::Rectangle;
pub use rounded_rectangle::RoundedRectangle;