Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use rui::*;
2
3
fn 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
vstack
Function · 0.85
rectangle
Function · 0.85
run
Method · 0.80
flex
Method · 0.80
Tested by
no test coverage detected