auric-runtime 0.1.2

Runtime for the Ember-inspired Auric SPA framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod app;
mod context;
pub mod routing;

pub use app::App;
pub use context::Context;

pub use auric_derive::AuricRoute;

pub use async_trait;
pub use bson;
pub use serde_json;