auric-runtime 0.1.3

Runtime for the Ember-inspired Auric SPA framework
Documentation
1
2
3
4
5
6
7
8
mod route;
mod route_def;
mod router;

pub use actix_router::Path;
pub use route::Route;
pub use route_def::RouteDef;
pub use router::Router;