auric-runtime 0.1.2-rc.1

Runtime module for the `auric` MVC SPA framework
Documentation
1
2
3
4
5
6
7
8
mod app;
mod route;
mod route_def;
mod router;

pub use app::App;
pub use route_def::RouteDef;
pub use router::Router;