1use rui::*; 2 3fn main() { 4 rui("this is a test" 5 .padding(Auto) 6 .background(rectangle().corner_radius(5.0).color(AZURE_HIGHLIGHT))); 7}