Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ functions
Functions
196 in github.com/algoscienceacademy/RustUI
⨍
Functions
196
◇
Types & classes
73
Method
init
(&mut self)
examples/todo_app.rs:138
Method
init
(&mut self)
examples/src/styled_app.rs:13
Method
init
(&mut self)
examples/src/animated_app.rs:9
Method
init
(&mut self)
examples/src/responsive_app.rs:20
Method
init
(&mut self)
examples/src/counter.rs:18
Method
init
(&mut self)
examples/src/basic_app.rs:19
Method
last_color
(&self)
src/renderer/mock.rs:16
Function
main
()
build.rs:3
Function
main
()
example/basic_app.rs:128
Function
main
()
src/main.rs:10
Function
main
()
src/bin/rust-native.rs:23
Function
main
()
examples/todo_app.rs:169
Function
main
()
examples/src/styled_app.rs:20
Function
main
()
examples/src/animated_app.rs:16
Function
main
()
examples/src/responsive_app.rs:27
Function
main
()
examples/src/counter.rs:25
Function
main
()
examples/src/basic_app.rs:30
Method
navigate
(&mut self, to: RouteType)
src/navigation/mod.rs:90
Method
new
()
example/basic_app.rs:17
Method
new
()
src/style.rs:30
Method
new
()
src/window.rs:51
Method
new
(width: f32, height: f32)
src/lib.rs:32
Method
new
(width: f32, height: f32)
src/geometry.rs:20
Method
new
(platform: Platform)
src/dev_server.rs:86
Method
new
()
src/layout/responsive.rs:16
Method
new
(label: S)
src/components/button.rs:18
Method
new
(direction: Direction)
src/components/stack.rs:22
Method
new
()
src/components/view.rs:16
Method
new
(placeholder: S)
src/components/input.rs:13
Method
new
(content: S)
src/components/text.rs:14
Method
new
(window: &Window)
src/renderer/default.rs:15
Method
new
()
src/renderer/mock.rs:9
Method
new
()
src/gesture/mod.rs:21
Method
new
()
src/theme/mod.rs:20
Method
new
(x: f32, y: f32)
src/geometry/mod.rs:8
Method
new
(initial_state: T)
src/state/mod.rs:10
Method
new
(initial_state: T)
src/store/mod.rs:9
Method
new
(start: f32, end: f32, duration: Duration)
src/animation/mod.rs:21
Method
new
(name: S)
src/navigation/mod.rs:25
Method
new
()
examples/todo_app.rs:17
Method
new
()
examples/src/counter.rs:8
Method
new
()
examples/src/basic_app.rs:11
Method
new_with_platform
(platform: &str)
src/window.rs:55
Method
new_with_platform
(platform: &str)
src/lib.rs:102
Method
on_gesture
(&mut self, handler: F)
src/gesture/mod.rs:30
Method
open_browser
(&self, browser: &str, port: u16)
src/dev_server.rs:529
Function
poll
()
src/event.rs:5
Method
pop
(&mut self)
src/navigation/mod.rs:81
Method
present
(&mut self)
src/renderer/default.rs:23
Method
register_transition
(&mut self, from: RouteType, to: RouteType, transition: Box<dyn Transition>)
src/navigation/mod.rs:55
Method
render
(&self, renderer: &mut dyn Renderer)
example/basic_app.rs:120
Method
render
(&self, renderer: &mut dyn Renderer)
src/components/button.rs:44
Method
render
(&self, renderer: &mut Renderer)
src/components/stack.rs:79
Method
render
(&self, renderer: &mut dyn Renderer)
src/components/view.rs:50
Method
render
(&self, _renderer: &mut Renderer)
src/components/input.rs:38
Method
render
(&self, renderer: &mut dyn Renderer)
src/components/text.rs:29
Method
render
(&self, renderer: &mut dyn Renderer)
examples/todo_app.rs:161
Method
render
(&self, renderer: &mut Renderer)
examples/src/styled_app.rs:15
Method
render
(&self, renderer: &mut Renderer)
examples/src/animated_app.rs:11
Method
render
(&self, renderer: &mut Renderer)
examples/src/responsive_app.rs:22
Method
render
(&self, renderer: &mut Renderer)
examples/src/counter.rs:20
Method
render
(&self, renderer: &mut Renderer)
examples/src/basic_app.rs:25
Method
renderer
(&mut self)
src/lib.rs:119
Method
resize
(&mut self, width: u32, height: u32)
src/window.rs:84
Method
rgb
(r: f32, g: f32, b: f32)
src/style.rs:89
Method
rgba
(r: f32, g: f32, b: f32, a: f32)
src/style.rs:93
Method
run
(&mut self)
src/dev_server.rs:126
Method
run
(self, app: F)
src/platform/desktop.rs:13
Method
set_border_radius
(mut self, radius: f32)
src/style.rs:64
Method
set_color
(mut self, color: Color)
src/style.rs:39
Method
set_font_size
(mut self, size: f32)
src/style.rs:59
Method
set_gap
(mut self, gap: f32)
src/style.rs:54
Method
set_margin
(mut self, margin: f32)
src/style.rs:49
Method
set_text_align
(mut self, align: TextAlign)
src/style.rs:69
Method
set_value
(&mut self, value: String)
src/components/input.rs:24
Method
style
(&self)
src/components/button.rs:74
Method
style
(&self)
src/components/text.rs:49
Method
style_mut
(&mut self)
src/components/button.rs:70
Method
style_mut
(&mut self)
src/components/text.rs:45
Method
style_name
(&self)
src/components/button.rs:66
Method
style_name
(&self)
src/components/mod.rs:21
Method
subscribe
(&mut self, callback: F)
src/state/mod.rs:28
Method
translate
(&mut self, x: f32, y: f32)
src/renderer/default.rs:67
Method
update
(&mut self)
example/basic_app.rs:115
Method
update
(&mut self, delta_time: Duration)
src/gesture/mod.rs:37
Method
update
(&mut self, delta_time: Duration)
src/animation/mod.rs:37
Method
update
(&mut self)
examples/todo_app.rs:156
Method
update
(&mut self)
examples/src/styled_app.rs:14
Method
update
(&mut self)
examples/src/animated_app.rs:10
Method
update
(&mut self)
examples/src/responsive_app.rs:21
Method
update
(&mut self)
examples/src/counter.rs:19
Method
update
(&mut self)
examples/src/basic_app.rs:23
Method
window
(&self)
src/lib.rs:115
Method
with_style
(mut self, style: Style)
src/components/button.rs:29
Method
with_style
(mut self, style: Style)
src/components/view.rs:35
Method
with_style
(mut self, style: Style)
src/components/text.rs:22
← previous
101–196 of 196, ranked by callers