Expand description
§egui_router
A single-page application router for egui.
It supports:
- Customizable route transition animations
- Axum-like route matching and handler functions
Check out the hello_egui demo, which internally uses egui_router to route between the examples and crates.
Modules§
- history
- History types
- transition
- Transition types
Structs§
- Egui
Router - A router instance
- Request
- Request passed to a [
handler::MakeHandler
] - Router
Builder - Builder to create a
EguiRouter
- Transition
Config - Page transition configuration
Enums§
- Handler
Error - Error returned from a [Handler]
- Router
Error - Router error
Traits§
- Route
- A route instance created by a [
handler::Handler
]
Type Aliases§
- Handler
Result - Handler Result type
- Router
Result - Router Result type