ngyn_macros 0.4.5

Modular backend framework for web applications
Documentation
1
2
3
4
5
6
7
8
9
10
#[macro_use]
extern crate ngyn_macros;

use ngyn_macros::module;

#[module]
struct AppModule;

#[module(controllers = [TestController])]
struct TestModule;