Docs.rs
  • egui_router-0.4.0
    • egui_router 0.4.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • lucasmerlin
    • Dependencies
      • egui ^0.31.0 normal
      • egui_inbox ^0.8.0 normal
      • egui_suspense ^0.8.0 normal optional
      • form_urlencoded ^1 normal
      • matchit ^0.8 normal
      • thiserror ^2 normal
      • eframe ^0.31.0 dev
      • egui_animation ^0.8.0 dev
      • egui_inbox ^0.8.0 dev
      • egui_suspense ^0.8.0 dev
      • tokio ^1 dev
      • js-sys ^0.3 normal
      • wasm-bindgen ^0.2 normal
      • web-sys ^0.3 normal
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

egui_router0.4.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • EguiRouter
  • Request
  • RouterBuilder
  • TransitionConfig
  • history::HistoryEvent
  • history::MemoryHistory
  • transition::FadeTransition
  • transition::NoTransition
  • transition::SlideFadeTransition
  • transition::SlideTransition

Enums

  • HandlerError
  • RouterError
  • history::HistoryError
  • transition::Transition
  • transition::TransitionType

Traits

  • Route
  • history::History
  • transition::ComposableTransitionTrait
  • transition::TransitionTrait

Type Aliases

  • HandlerResult
  • RouterResult
  • history::DefaultHistory