Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algoscienceacademy/RustUI
/ stack.rs
File
stack.rs
src/components/stack.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::geometry::{Rect, Point, Size};
2
use crate::renderer::Renderer;
3
use crate::event::Event;
4
use super::Component;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected