Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audulus/rui
/ main
Function
main
examples/zstack.rs:3–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
use rui::*;
2
3
fn main() {
4
zstack((
5
"This is a test."
,
6
circle().color(RED_HIGHLIGHT).padding(Auto),
7
))
8
.run()
9
}
Callers
nothing calls this directly
Calls
5
zstack
Function · 0.85
circle
Function · 0.85
run
Method · 0.80
padding
Method · 0.80
color
Method · 0.45
Tested by
no test coverage detected