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

Function main

examples/basic.rs:3–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1use rui::*;
2
3fn main() {
4 vstack((
5 "This is a test.",
6 rectangle().flex(),
7 "This is another test.",
8 rectangle().flex(),
9 ))
10 .run()
11}

Callers

nothing calls this directly

Calls 4

vstackFunction · 0.85
rectangleFunction · 0.85
runMethod · 0.80
flexMethod · 0.80

Tested by

no test coverage detected