Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ RustUI
Class
RustUI
src/lib.rs:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
pub struct RustUI {
91
window: Window,
92
renderer: Box<dyn Renderer>,
93
}
94
95
impl RustUI {
96
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected