auric-runtime 0.1.6

Runtime for the Ember-inspired Auric SPA framework
Documentation
1
2
3
4
5
pub enum RouteModel {
    Json(serde_json::Value),
    Model(jsonapi_core::Resource),
    Models(Vec<jsonapi_core::Resource>),
}