MCPcopy 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

1use rui::*;
2
3fn 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

zstackFunction · 0.85
circleFunction · 0.85
runMethod · 0.80
paddingMethod · 0.80
colorMethod · 0.45

Tested by

no test coverage detected