MCPcopy Create free account
hub / github.com/audulus/rui / main

Function main

examples/nested.rs:10–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10fn main() {
11 hstack((
12 my_rectangle(),
13 vstack((
14 my_rectangle(),
15 hstack((
16 my_rectangle(),
17 vstack((
18 my_rectangle(),
19 hstack((my_rectangle(), vstack((my_rectangle(), my_rectangle())))),
20 )),
21 )),
22 )),
23 ))
24 .run()
25}

Callers

nothing calls this directly

Calls 4

hstackFunction · 0.85
my_rectangleFunction · 0.85
vstackFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected