egui_router 0.7.0

A SPA router for egui
Documentation
# egui_router

[![egui_ver](https://img.shields.io/badge/egui-0.34.0-blue)](https://github.com/emilk/egui)
[![Latest version](https://img.shields.io/crates/v/egui_router.svg)](https://crates.io/crates/egui_router)
[![Documentation](https://docs.rs/egui_router/badge.svg)](https://docs.rs/egui_router)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![License](https://img.shields.io/crates/l/egui_router.svg)](https://crates.io/crates/egui_router)



[content]:<>


A single-page application router for [egui](https://github.com/emilk/egui).

It supports:

- Customizable route transition animations
- Axum-like route matching and handler functions

Check out the [hello_egui demo](https://lucasmerlin.github.io/hello_egui/), which internally uses
egui_router to route between the examples and crates.