1use rui::*; 2 3fn main() { 4 rui(zstack(( 5 "This is a test.", 6 circle().color(RED_HIGHLIGHT).padding(Auto), 7 ))); 8}