yew-router 0.20.0

A router implementation for the Yew framework
Documentation
1
2
3
4
5
6
//! Components to interface with [Router][crate::Router].

mod link;
mod redirect;
pub use link::*;
pub use redirect::*;