main

Attribute Macro main 

Source
#[main]
Expand description

This attribute macro should be used when you create an entrypoint of a Rocal application.

use rocal::config;

#[rocal::main]
fn app() {}