#[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() {}#[main]This attribute macro should be used when you create an entrypoint of a Rocal application.
use rocal::config;
#[rocal::main]
fn app() {}