auric-runtime 0.1.2-rc.2

Runtime module for the `auric` MVC SPA framework
Documentation
1
2
3
4
5
6
7
8
9
mod app;
pub mod routing;

pub use app::App;

pub use auric_derive::Route;

pub use async_trait;
pub use serde_json;