buoyant 0.4.1

SwiftUI-like UIs in Rust for embedded devices
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;