sails-macros 2.0.0

Procedural macros for the Sails framework
Documentation
1
2
3
4
5
6
7
use sails_macros::program;

#[program]
struct MyProgram;

#[tokio::main]
async fn main() {}