auric 0.1.3

CLI for the Ember-inspired Auric SPA framework
1
2
3
4
5
6
7
8
use jsonapi_core::JsonApi;

#[derive(Clone, Debug, JsonApi, PartialEq)]
#[jsonapi(type = "{{collection}}")]
pub struct {{structName}} {
    #[jsonapi(id)]
    pub id: String,
}